Click or drag to resize

RhinoObjectEnableCustomGrips Method

Turns on/off the object's editing grips.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool EnableCustomGrips(
	CustomObjectGrips customGrips
)

Parameters

customGrips
Type: Rhino.DocObjects.CustomCustomObjectGrips
The custom object grips.

Return Value

Type: Boolean
true if the call succeeded. If you attempt to add custom grips to an object that does not support custom grips, then false is returned.
See Also