CustomObjectGripsNurbsSurfaceGrip Method |
If the grips are control points of a NURBS surface, then this gets the
index of the grip that controls the (i,j)-th CV.
Namespace:
Rhino.DocObjects.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual GripObject NurbsSurfaceGrip(
int i,
int j
)
Protected Overridable Function NurbsSurfaceGrip (
i As Integer,
j As Integer
) As GripObject
Parameters
- i
- Type: SystemInt32
The index in the first dimension. - j
- Type: SystemInt32
The index in the second dimension.
Return Value
Type:
GripObjectA grip controlling a NURBS surface CV or null.
See Also