Click or drag to resize

GripObjectGetSurfaceCVIndices Method

Retrieves the NURBS surface control point indices of this GripObject from the surface it is associated with.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.10
Syntax
public int GetSurfaceCVIndices(
	out Tuple<int, int>[] cvIndices
)

Parameters

cvIndices
Type: SystemTupleInt32, Int32
The NURBS surface control point indices as tuples.

Return Value

Type: Int32
The number of NURBS surface control points managed by this grip. If the grip is not a surface control point, zero is returned.
See Also