Description:

Sets all Greville edit points for this curve.

Syntax:
public bool SetGrevillePoints(
IEnumerable<Point3d> points
)
Parameters:
  • points
  • Type: IEnumerable<Point3d>
  • The new point locations. The number of points should match the number of point returned by NurbsCurve.GrevillePoints(false).
Returns:
Type: bool
True if successful, False otherwise.
Available since:
6.4

/
/
/
SetGrevillePoints

SetGrevillePoints method

Class:  Rhino.Geometry.NurbsCurve

Nothing found