x.__init__(...) initializes x; see help(type(x)) 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.