Table of Contents

Class NurbsSurface

Namespace
Aspose.CAD.FileFormats.Collada.FileParser.Elements
Assembly
Aspose.CAD.dll

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

public class NurbsSurface : ColladaElement
Inheritance
NurbsSurface
Inherited Members

Constructors

NurbsSurface()

Initializes a new instance of the NurbsSurface class.

Properties

ClosedU

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

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

Gets or sets the control vertices.

DegreeU

Gets or sets the degree u. Specifies the degree of the NURBS curve for the u direction. Required.

DegreeV

Gets or sets the degree v. Specifies the degree of the NURBS curve for the v direction. Required.

Extra

Gets or sets the extra.

Source

Gets or sets the source.