Click or drag to resize

NurbsCurveGrevillePoints Method (Boolean)

Gets Greville points for this curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.18
Syntax
public Point3dList GrevillePoints(
	bool all
)

Parameters

all
Type: SystemBoolean
If true, then all Greville points are returns. If false, only edit points are returned.

Return Value

Type: Point3dList
A list of points if successful, null otherwise.
See Also