SET_KNOBS_POSITION_SA modifies the knob settings for the
DYNAMIC action routine.
---->(SET_KNOBS_POSITION_SA)--|knob num|---+
|
+------------------<------------------+
|
|
| +---------------------<--------------------+
| | |
+--+--(:KNOB)--|knob number|------------------+
| |
+--(:SMOOTH)-------------------------------+
| |
+--(:INCREMENTAL)--------------------------+
| |
+--(:DISTANCE_INCREMENT)--|inc value|------+
| |
+--(:ANGLE_INCREMENT)--|inc value|---------+
| |
+--(:TRANSLATIONAL)------------------------+
| |
+--(:ROTATIONAL)---------------------------+
| |
+--(:INACTIVE)-----------------------------+
| |
+--(:KNOB_DIRECTION)--|MEASURE_DIR_3D_SA|--+
| |
+--(:KNOB_AXIS)--|MEASURE_AXIS_3D_SA|------+
| |
+--(:DONE)---------------------------------+
The following options are available to set up your
knob box.
- :KNOB - selects a knob for further modification.
- :SMOOTH - all knob movement will have proportional effects.
- :INCREMENTAL - knob movement will result in incremental movement.
- :DISTANCE_INCREMENT - translation distance increment
- :ANGLE_INCREMENT - rotation angle increment
- :TRANSLATIONAL - knob will perform translation
- :ROTATIONAL - knob will perform rotation
- :INACTIVE - knob will not perform and modification
- :KNOB_DIRECTION - sets direction for translation.
- :KNOB_AXIS - sets axis of rotation.
- :DONE - conclude setting knobs.
The default knob settings are:
- Knob 1 : translate in the positive X direction
- Knob 2 : translate in the positive Y direction
- Knob 3 : translate in the positive Z direction
- Knob 4 : rotate around the X axis
- Knob 5 : rotate around the Y axis
- Knob 6 : rotate around the Z axis
- Knob 7 : undefined
- Knob 8 : undefined
- Knob 9 : undefined
Use this function to define the knob box settings.
POSITION_PA_SA subaction