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)
Syntaxpublic GripObject[] GetGrips()
Public Function GetGrips As GripObject()
Return Value
Type:
GripObjectAn array of grip objects; or null if there are no grips.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also