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 INormal As Double |
Visual Basic (Usage) | |
---|
Dim instance As IFace2
Dim value As Double
instance.INormal = value
value = instance.INormal
|
C# | |
---|
double INormal {get; set;} |
C++/CLI | |
---|
property double INormal {
double get();
void set (double value);
} |
Return Value
Pointer to an array of 3 doubles (i,j,k)
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0