InteractionMode¶
Enumeration InteractionMode
AREA_
AREA_SELECTION: 0
Mode to perform a rectangular selection.
AREA_
AREA_ZOOM: 1
Mode to perform a rectangular zoom.
AUX
AUX: 2
Mode to identify relations between PMI's and Faces.
CLIP_
CLIP_PLANE: 3
Mode to create clip planes from geometrical features.
COLOR_
COLOR_COMPARISON: 4
Mode to compare two nodes.
DEFAULT
DEFAULT: 5
EXPLOSION
EXPLOSION: 6
Mode to perform a explosion.
MEASUREMENT_
MEASUREMENT_ARC: 7
Mode to perform an arc measurement based on three points on a geometry.
MEASUREMENT_
MEASUREMENT_DOUBLE: 8
Mode to perform a double measurement between two geometrical features.
MEASUREMENT_
MEASUREMENT_SINGLE: 9
Mode to perform a single measurement on a geometry.
MEASUREMENT_
MEASUREMENT_THICKNESS: 10
Mode to perform a thickness measurement on a geometry.
NONE
NONE: 11
Mode to disable all interaction.
PAINT
PAINT: 12
Mode to draw on geometries.
TRANSFORMATION
TRANSFORMATION: 13
Mode to transform nodes.
The InteractionMode Enumerations holds all available predefined interaction modes.