Spline class
Spline class
The spline. The spline element contains control vertex information sufficient to describe basic splines.
Inheritance: Spline
→
ColladaElement
The Spline type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the Spline class. |
Properties
Property | Description |
---|---|
source | Gets or sets the source. Provides the values for the CVs and segments of the spline. |
control_vertices | Gets or sets the control vertices. Describes the CVs of the spline. |
extra | Gets or sets the extra. |
closed | Gets or sets a value indicating whether there is a segment connecting the first and last control vertices. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
Spline