SoActionPathCodes Enumeration |
This enum may be used during traversal of nodes to indicate where the node is with respect to the path being traversed.
Extender API: this api is available to programmers who wish to extend the toolkit. We strongly suggest to use it only in the cases described in the Toolmaker guide such as creating a new class inherited from SoShape. See Open Inventor Toolmaker.
Namespace: OIV.Inventor.Actions
Member name | Value | Description | |
---|---|---|---|
NO_PATH | 0 | Not traversing a path. | |
IN_PATH | 1 | In middle of path chain (not tail node) | |
BELOW_PATH | 2 | Tail node of path or below tail node. | |
OFF_PATH | 3 | None of the above (Probably to the left) |