Click or drag to resize

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
)

Parameters

i
Type: SystemInt32
The index in the first dimension.
j
Type: SystemInt32
The index in the second dimension.

Return Value

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