Click or drag to resize
SoExtSelectionLassoModes Enumeration

Lasso mode.

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

Only visible shapes can be selected.

NOTE: Transparency is not considered. If a semi-transparent shape is in front of another shape, only the front shape will be selected. Even if the shape in back is "visually" visible, it is considered to be hidden by the front shape.

ALL_SHAPES1

All shapes can be selected.

Even if outside of view volume. (default)

Remarks