Adds detected object to current selection, AIS_SelectionScheme_Add
.
Clears current selection, AIS_SelectionScheme_Clear
.
Removes detected object from the current selection, AIS_SelectionScheme_Remove
.
Clears current selection and select detected objects, AIS_SelectionScheme_Replace
.
Replace
with one difference: if result of replace is an empty and current selection
contains detected element, it will be selected (AIS_SelectionScheme_ReplaceExtra
).
Undefined scheme, AIS_SelectionScheme_UNKNOWN
.
Performs XOR for detected objects, other selected not touched, AIS_SelectionScheme_XOR
.
This enumeration defines selection schemes supported by SelectionManager. It represents a subset of values of corresponding C++
AIS_SelectionScheme
enumeration defined by OCCT.For using this enum please use its implementation from OccViewer.AIS_SelectionScheme.