Click or drag to resize
SoInteractiveComplexityInteractiveModes Enumeration

Interactive mode.

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

Automatically detect when a user interaction is occurring (default)

FORCE_INTERACTION1

Behave like a user interaction is occurring (always use InteractionValue)

FORCE_STILL2

Behave like there isn't any interaction (always use StillValue)

DISABLED3

Behave like there isn't any OIV.Inventor.Nodes.SoInteractiveComplexity node.

Remarks