Click or drag to resize
SoIndexedNurbsSurface Properties

The SoIndexedNurbsSurface type exposes the following members.

Properties
  NameDescription
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoShape.)
Public propertycoordIndex

Coordinate indices.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertynumSControlPoints

Number of control points in the S direction.

(Inherited from SoNurbsSurface.)
Public propertynumTControlPoints

Number of control points in the T direction.

(Inherited from SoNurbsSurface.)
Public propertynumUControlPoints

Number of control points in the U direction.

(Inherited from SoNurbsSurface.)
Public propertynumVControlPoints

Number of control points in the V direction.

(Inherited from SoNurbsSurface.)
Public propertysKnotVector

The knot vectors in the S direction.

(Inherited from SoNurbsSurface.)
Public propertytextureCoordIndex

Texture coordinate indices.

Public propertytKnotVector

The knot vectors in the T direction.

(Inherited from SoNurbsSurface.)
Public propertyuKnotVector

The knot vectors in the U direction.

(Inherited from SoNurbsSurface.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyvKnotVector

The knot vectors in the V direction.

(Inherited from SoNurbsSurface.)
Top
See Also