Class Spline
Contents
[
Hide
]Spline class
The spline. The spline element contains control vertex information sufficient to describe basic splines.
public class Spline : ColladaElement
Constructors
Name | Description |
---|---|
Spline() | Initializes a new instance of the Spline class. |
Properties
Name | Description |
---|---|
Closed { get; set; } | Gets or sets a value indicating whether there is a segment connecting the first and last control vertices. |
ControlVertices { get; set; } | Gets or sets the control vertices. Describes the CVs of the spline. |
Extra { get; set; } | Gets or sets the extra. |
Source { get; set; } | Gets or sets the source. Provides the values for the CVs and segments of the spline. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD