Gets and sets the number of nearby control points that influence any given point on the curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Order As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim value As Integer
instance.Order = value
value = instance.Order
|
C++/CLI | |
---|
property int Order {
int get();
void set (int value);
} |
Return Value
The degree of the spline polynomial + 1
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0