Class NurbsDirection
Contents
[
Hide
]NurbsDirection class
A 3D NurbsSurface 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 Order, a KnotVectors, and a set of weighted control points(defined in NurbsSurface).
public class NurbsDirection
Constructors
| Name | Description |
|---|---|
| NurbsDirection() | Construct a new instance of NurbsDirection |
Properties
| Name | Description |
|---|---|
| Count { get; set; } | Gets or sets the count of control points in current direction. |
| Degree { get; set; } | Gets or sets the degree of a NURBS curve, the degree are defined as Order - 1 |
| Divisions { get; set; } | Gets or sets the number of divisions between adjacent control points in current direction. |
| KnotVectors { get; } | Gets the knot vector, it is a sequence of parameter values that determines where and how the control points affect the NURBS curve. |
| Multiplicity { get; } | Gets the multiplicity. |
| Order { get; set; } | 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. |
| Type { get; set; } | Gets or sets the type of the current direction. |
See Also
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D