SoSelectionPolicies Enumeration |
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
SINGLE | 0 | Picking an object object clears current selection, then selects object. Picking on nothing clears current selection. Only one object may be selected at a time. | |
TOGGLE | 1 | Picking an object toggles its selection status. Picking on nothing does nothing. Multiple objects may be selected. | |
SHIFT | 2 | When shift key is down, selection policy is TOGGLE. When shift key is up, selection policy is SINGLE. Multiple objects may be selected. | |
DISABLE | 3 | Disable selection (behave like a normal OIV.Inventor.Nodes.SoSeparator). |