Warning

Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.

InteractionModeΒΆ

Enumeration InteractionMode

The InteractionMode Enumerations holds all available predefined interaction modes.

Enumeration Members

AREA_SELECTION: 0

Mode to perform a rectangular selection.

AREA_ZOOM: 1

Mode to perform a rectangular zoom.

AUX: 2

Mode to identify relations between PMI's and Faces.

CLIP_PLANE: 3

Mode to create clip planes from geometrical features.

COLOR_COMPARISON: 4

Mode to compare two nodes.

DEFAULT: 5
EXPLOSION: 6

Mode to perform a explosion.

MEASUREMENT_ARC: 7

Mode to perform an arc measurement based on three points on a geometry.

MEASUREMENT_DOUBLE: 8

Mode to perform a double measurement between two geometrical features.

MEASUREMENT_SINGLE: 9

Mode to perform a single measurement on a geometry.

MEASUREMENT_THICKNESS: 10

Mode to perform a thickness measurement on a geometry.

NONE: 11

Mode to disable all interaction.

PAINT: 12

Mode to draw on geometries.

TRANSFORMATION: 13

Mode to transform nodes.