NurbsSurface class
NurbsSurface class
The NURBS surface. Describes a NURBS surface in 3D space.
Inheritance: NurbsSurface
→
ColladaElement
The NurbsSurface type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the NurbsSurface class. |
Properties
Property | Description |
---|---|
source | Gets or sets the source. |
control_vertices | Gets or sets the control vertices. |
extra | Gets or sets the extra. |
degree_u | Gets or sets the degree u. Specifies the degree of the NURBS curve for the u direction. Required. |
closed_u | Gets or sets a value indicating whether is closed u. Specifies whether a NURBS curve is closed for the u direction. The default is false. Optional. |
degree_v | Gets or sets the degree v. Specifies the degree of the NURBS curve for the v direction. Required. |
closed_v | Gets or sets a value indicating whether is closed v. Specifies whether a NURBS curve is closed for the v direction. The default is false. Optional. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
NurbsSurface