Click or drag to resize

NurbsSurfacePointList Properties

The NurbsSurfacePointList type exposes the following members.

Properties
  NameDescription
Public propertyCountU
Gets the number of control points in the U direction of this surface.
Public propertyCountV
Gets the number of control points in the V direction of this surface.
Public propertyPointSize
Returns the control point size, or the number of doubles per control point. For rational curves, PointSize = Surface.Dimension + 1. For non-rational curves, PointSize = Surface.Dimension.
Top
See Also