NurbsCurveSetGrevillePoints Method |
Sets all Greville (Edit) points for this curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Windows
Supported in: 6.8
See Also