CustomObjectGrips.NurbsSurfaceGrip Method

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: GripObject
A grip controling a NURBS surface CV or null.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also