NurbsCurveSetGrevillePoints Method |
Sets all Greville edit points for this curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.4
Syntax 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(false).
Return Value
Type:
Booleantrue if successful, false otherwise.
See Also