GetObjectEnableIgnoreGrips Method

By default, post selection will select objects with grips on. If you do not want to be able to post select objects with grips on, then call EnableIgnoreGrips = false. The ability to preselect an object with grips on is determined by the value returned by the virtual RhinoObject.IsSelectableWithGripsOn.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void EnableIgnoreGrips(
	bool enable
)
Public Sub EnableIgnoreGrips ( 
	enable As Boolean
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Rhino.Input.Custom.GetObject.EnableIgnoreGrips(System.Boolean)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also