Spline class

Spline class

The spline. The spline element contains control vertex information sufficient to describe basic splines.

Inheritance: SplineColladaElement

The Spline type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the Spline class.

Properties

PropertyDescription
sourceGets or sets the source.
Provides the values for the CVs and segments of the spline.
control_verticesGets or sets the control vertices.
Describes the CVs of the spline.
extraGets or sets the extra.
closedGets or sets a value indicating whether
there is a segment connecting the first and last control vertices.

See Also