RhinoCommon API
NurbsCurveSetGrevillePoints Method |
Sets all Greville (Edit) points for this curve.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool SetGrevillePoints( IEnumerable<Point3d> points )
Public Function SetGrevillePoints ( points As IEnumerable(Of Point3d) ) As Boolean
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
The new point locations. The number of points should match the number of point returned by NurbsCurve.GrevillePoints().
Return Value
Type: Booleantrue if successful, false otherwise.

Rhino for Windows
Supported in: 6.14