SoExtSelectionReturnTypes Enumeration |
Return type.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
NOSELECT_CONTINUE | 0 | same as false - Do not select the node, but continue with node's next triangle/line/point | |
SELECT_RETURN | 1 | same as true - Select the node and stop traversing node's triangle/line/point | |
SELECT_CONTINUE | 2 | Select the node but continue for the remaining triangle/line/point. | |
NOSELECT_RETURN | 3 | Do not select the node and stop traversing node's triangle/line/point. |