Description:
Sets all Greville edit points for this curve.
Syntax:
public Boolean SetGrevillePoints(
IEnumerable<Point3d> points
)
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: Boolean
True if successful, False otherwise.
Available since:
6.4