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
)
Public Function GrevillePoints (
all As Boolean
) As Point3dList
Parameters
- all
- Type: SystemBoolean
If true, then all Greville points are returns. If false, only edit points are returned.
Return Value
Type:
Point3dListA list of points if successful, null otherwise.
See Also