Gets or sets the order of a NURBS curve, it defines the number of nearby control points that influence any given point on the curve.
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic int Order { get; set; }
Public Property Order As Integer
Get
Set
public:
property int Order {
int get ();
void set (int value);
}
member Order : int with get, set
Property Value
Type:
Int32The order.
See Also