GetObjectBottomObjectPreference Property |
By default, if a call to Input is permitted to select different parts of
the same object, like a polysurface, a surface and an edge, then the
top-most object is prefered. (polysurface beats face beats edge). If
you want the bottom most object to be prefered, then call
EnableBottomObjectPreference = true before calling GetObjects().
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool BottomObjectPreference { get; set; }Public Property BottomObjectPreference As Boolean
Get
Set
Property Value
Type:
Boolean
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also