Click or drag to resize
SoSelectionPolicies Enumeration

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Policies
Members
  Member nameValueDescription
SINGLE0

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.

TOGGLE1

Picking an object toggles its selection status.

Picking on nothing does nothing. Multiple objects may be selected.

SHIFT2

When shift key is down, selection policy is TOGGLE.

When shift key is up, selection policy is SINGLE. Multiple objects may be selected.

DISABLE3

Disable selection (behave like a normal OIV.Inventor.Nodes.SoSeparator).

Remarks