Click or drag to resize

RhinoObjectGetGrips Method

Returns grips for this object If grips are enabled. If grips are not enabled, returns null.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public GripObject[] GetGrips()

Return Value

Type: GripObject
An array of grip objects; or null if there are no grips.
See Also