Click or drag to resize

CustomObjectGripsNurbsCurveGrip Method

If the grips are control points of a NURBS curve, then this gets the grip that controls the i-th CV.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual GripObject NurbsCurveGrip(
	int i
)

Parameters

i
Type: SystemInt32
The control point index.

Return Value

Type: GripObject
A grip controlling a NURBS curve CV or null.
See Also