Click or drag to resize
SoMultiSwitchInheritModes Enumeration

Inheritance Mode enumerated values.

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

Current OIV.Inventor.Nodes.SoMultiSwitch node does not inherit its behavior from state value.

MODE2

OIV.Inventor.Nodes.SoMultiSwitch.traversalMode field value is inherited from the state.

LIST4

OIV.Inventor.Nodes.SoMultiSwitch.whichChildren field value is inherited from the state.

ANY6

OIV.Inventor.Nodes.SoMultiSwitch.whichChildren and OIV.Inventor.Nodes.SoMultiSwitch.traversalMode fields values are inherited from the state.

Remarks