Click or drag to resize

GetCurvePoints Property

The points picked during the most recent call to GetControlPointCurve or GetInterpolatedCurve. Empty before the first call. When the curve was closed, the first point is repeated at the end.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3d[] Points { get; }

Property Value

Type: Point3d
See Also