RhinoObjectGetGrips Method |
Rhino 5 for Windows
Returns grips for this object If grips are enabled. If grips are not
enabled, returns null.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic GripObject[] GetGrips()
Public Function GetGrips As GripObject()
Return Value
Type:
GripObjectAn array of grip objects; or null if there are no grips.
See Also