SoInteractiveComplexityInteractiveModes Enumeration |
Interactive mode.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
AUTO | 0 | Automatically detect when a user interaction is occurring (default) | |
FORCE_INTERACTION | 1 | Behave like a user interaction is occurring (always use InteractionValue) | |
FORCE_STILL | 2 | Behave like there isn't any interaction (always use StillValue) | |
DISABLED | 3 | Behave like there isn't any OIV.Inventor.Nodes.SoInteractiveComplexity node. |