Click or drag to resize
SoExtSelectionReturnTypes Enumeration

Return type.

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

same as false - Do not select the node, but continue with node's next triangle/line/point

SELECT_RETURN1

same as true - Select the node and stop traversing node's triangle/line/point

SELECT_CONTINUE2

Select the node but continue for the remaining triangle/line/point.

NOSELECT_RETURN3

Do not select the node and stop traversing node's triangle/line/point.

Remarks