Nurbs class

Nurbs class

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

Inheritance: NurbsColladaElement

The Nurbs type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the Nurbs class.

Properties

PropertyDescription
sourceGets or sets the source.
control_verticesGets or sets the control vertices.
The control vertices element must occur exactly one time.
It is used to describe the CVs of the spline.
extraGets or sets the extra.
degreeGets or sets the degree.
Specifies the degree of the NURBS curve.
closedGets or sets a value indicating whether curve is closed.
Specifies whether a NURBS curve is closed.
The default is false.
Optional.

See Also