Click or drag to resize

NurbsSurfacePointListPointSize Property

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.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.9
Syntax
public int PointSize { get; }

Property Value

Type: Int32
See Also