GetObject.InactiveDetailPickEnabled Property

GetObjectInactiveDetailPickEnabled Property

By default, objects in inactive details are not permitted to be picked. In a few rare cases this is used (ex. picking circles during DimRadius)

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.8
Syntax
public bool InactiveDetailPickEnabled { get; set; }
Public Property InactiveDetailPickEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also