NurbsSurface class

NurbsSurface class

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

Inheritance: NurbsSurfaceColladaElement

The NurbsSurface type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the NurbsSurface class.

Properties

PropertyDescription
sourceGets or sets the source.
control_verticesGets or sets the control vertices.
extraGets or sets the extra.
degree_uGets or sets the degree u.
Specifies the degree of the NURBS curve for the u direction.
Required.
closed_uGets or sets a value indicating whether is closed u.
Specifies whether a NURBS curve is closed for the u direction.
The default is false.
Optional.
degree_vGets or sets the degree v.
Specifies the degree of the NURBS curve for the v direction.
Required.
closed_vGets or sets a value indicating whether is closed v.
Specifies whether a NURBS curve is closed for the v direction.
The default is false.
Optional.

See Also