SoCallbackActionResponses Enumeration |
Possible responses from a pre or post callback.
Namespace: OIV.Inventor.Actions
Member name | Value | Description | |
---|---|---|---|
CONTINUE | 0 | Continue traversal as if nothing happened. | |
ABORT | 1 | Abort traversal. | |
PRUNE | 2 | Do not traverse node's children, but continue traversal. |