Gets the unit normal vector for any planar face.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Normal As Object |
Visual Basic (Usage) | |
---|
Dim instance As IFace2
Dim value As Object
instance.Normal = value
value = instance.Normal
|
C# | |
---|
object Normal {get; set;} |
C++/CLI | |
---|
property Object^ Normal {
Object^ get();
void set (Object^ value);
} |
Return Value
Array of 3 doubles (i,j,k)
Example
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0