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; }
Public ReadOnly Property PointSize As Integer
Get
Property Value
Type:
Int32See Also