Class NurbsSurface

NurbsSurface class

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

public class NurbsSurface : ColladaElement

Constructors

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

Properties

NameDescription
ClosedU { get; set; }Gets 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.
ClosedV { get; set; }Gets 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.
ControlVertices { get; set; }Gets or sets the control vertices.
DegreeU { get; set; }Gets or sets the degree u. Specifies the degree of the NURBS curve for the u direction. Required.
DegreeV { get; set; }Gets or sets the degree v. Specifies the degree of the NURBS curve for the v direction. Required.
Extra { get; set; }Gets or sets the extra.
Source { get; set; }Gets or sets the source.

See Also