Nurbs class
Nurbs class
The NURBS. Describes a NURBS curve in 3D space.
Inheritance: Nurbs
→
ColladaElement
The Nurbs type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the Nurbs class. |
Properties
Property | Description |
---|---|
source | Gets or sets the source. |
control_vertices | Gets or sets the control vertices. The control vertices element must occur exactly one time. It is used to describe the CVs of the spline. |
extra | Gets or sets the extra. |
degree | Gets or sets the degree. Specifies the degree of the NURBS curve. |
closed | Gets or sets a value indicating whether curve is closed. Specifies whether a NURBS curve is closed. The default is false. Optional. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
Nurbs