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)
Syntaxprotected virtual GripObject NurbsCurveGrip(
int i
)
Protected Overridable Function NurbsCurveGrip (
i As Integer
) As GripObject
Parameters
- i
- Type: SystemInt32
The control point index.
Return Value
Type:
GripObjectA grip controlling a NURBS curve CV or null.
See Also