RhinoCommon API
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)
public bool BottomObjectPreference { get; set; }
Public Property BottomObjectPreference As Boolean Get Set