Class Spline

Spline class

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

public class Spline : ColladaElement

Constructors

NameDescription
Spline()Initializes a new instance of the Spline class.

Properties

NameDescription
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