InteractionMode¶
Enumeration InteractionMode
Enumeration Members
AREA_ SELECTION
AREA_SELECTION: 0
Mode to perform a rectangular selection.
AREA_ ZOOM
AREA_ZOOM: 1
Mode to perform a rectangular zoom.
AUX
AUX: 2
Mode to identify relations between PMI's and Faces.
CLIP_ PLANE
CLIP_PLANE: 3
Mode to create clip planes from geometrical features.
COLOR_ COMPARISON
COLOR_COMPARISON: 4
Mode to compare two nodes.
DEFAULT
DEFAULT: 5
EXPLOSION
EXPLOSION: 6
Mode to perform a explosion.
MEASUREMENT_ ARC
MEASUREMENT_ARC: 7
Mode to perform an arc measurement based on three points on a geometry.
MEASUREMENT_ DOUBLE
MEASUREMENT_DOUBLE: 8
Mode to perform a double measurement between two geometrical features.
MEASUREMENT_ SINGLE
MEASUREMENT_SINGLE: 9
Mode to perform a single measurement on a geometry.
MEASUREMENT_ THICKNESS
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.