NurbsDirection
Overview
NurbsDirection is a class in Aspose.3D FOSS for .NET.
A 3D surface has two direction, the U and V, the NurbsDirection defines data for each direction.
This class provides 1 method for working with NurbsDirection objects in .NET programs.
Available methods include: NurbsDirection.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Count, Degree, Divisions, KnotVectors, Multiplicity, Order, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
KnotVectors | IArrayList<double> | Read | Gets the knot vector, it is a sequence of parameter values that determines where and how the control points affect the NURBS curve. |
Multiplicity | IArrayList<int> | Read | Gets the multiplicity. |
Order | int | Read/Write | 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. |
Degree | int | Read/Write | Gets or sets the degree of a NURBS curve, the degree are defined as Order - 1 |
Divisions | int | Read/Write | Gets or sets the number of divisions between adjacent control points in current direction. |
Type | NurbsType | Read/Write | Gets or sets the type of the current direction. |
Count | int | Read/Write | Gets or sets the count of control points in current direction. |
Methods
| Signature | Description |
|---|---|
NurbsDirection() | Construct a new instance of |