Gets or sets the normal-to vector for a plane that has a manipulator.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Normal As MathVector |
Visual Basic (Usage) | |
---|
Dim instance As IPlaneManipulator
Dim value As MathVector
instance.Normal = value
value = instance.Normal
|
C# | |
---|
MathVector Normal {get; set;} |
C++/CLI | |
---|
property MathVector^ Normal {
MathVector^ get();
void set (MathVector^ value);
} |
Return Value
Normal-to vector
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0