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. A direction is actually a NURBS curve, that means it’s also defined by its knot vectors, a multiplicity, and a set of weighted control points(defined in NurbsCurve).
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 vectors. |
Multiplicity | IArrayList<int> | Read | Gets the multiplicity. |
Order | int | Read/Write | Gets or sets the order. |
Degree | int | Read/Write | Gets or sets the degree. |
Divisions | int | Read/Write | Gets or sets the divisions. |
Type | NurbsType | Read/Write | Gets or sets the type. |
Count | int | Read/Write | Gets or sets the count. |
Methods
| Signature | Description |
|---|---|
NurbsDirection() |