This class gives control on the viewport 2.0 selection behavior.
Constructor & Destructor Documentation
OpenMayaRender.MSelectionContext.__init__
(
)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Property Documentation
OpenMayaRender.MSelectionContext.selectionLevel
static
The selection level used to pick items.
kNone No selection available.
kObject Object level.
Objects are selected as a whole. Components are not directly accessible.
kComponent Component level.
Components such as vertices, edges and faces are selectable.