Class Nurbs

Nurbs class

The NURBS. Describes a NURBS curve in 3D space.

public class Nurbs : ColladaElement

Constructors

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

Properties

NameDescription
Closed { get; set; }Gets or sets a value indicating whether curve is closed. Specifies whether a NURBS curve is closed. The default is false. Optional.
ControlVertices { get; set; }Gets or sets the control vertices. The control vertices element must occur exactly one time. It is used to describe the CVs of the spline.
Degree { get; set; }Gets or sets the degree. Specifies the degree of the NURBS curve.
Extra { get; set; }Gets or sets the extra.
Source { get; set; }Gets or sets the source.

See Also