| wnID |
- |
The window iD whose axes scaling are to
be modified.
|
| axID |
- |
The axes being modified. Set to
PRIMARY to modify the lower X and left Y axis. Set
to SECONDARY to modify the upper X and right Y axis.
|
| sX1 |
- |
The value associated with the
left-most point of the X axis. Set to HOLD to keep
the current value.
|
| sY1 |
- |
The value associated with the
bottom-most point of the Y axis. Set to HOLD to keep
the current value.
|
| sZ1 |
- |
The value associated with the
nearest point of the Z axis. Set to HOLD to keep
the current value. This value is ignored in the TK driver
but may not be in the VTK driver.
|
| sX2 |
- |
The value associated with the
right-most point of the X axis. Set to HOLD to keep
the current value.
|
| sY2 |
- |
The value associated with the
top-most point of the Y axis. Set to HOLD to keep
the current value.
|
| sZ2 |
- |
The value associated with the
deepest point of the Z axis. Set to HOLD to keep
the current value. This value is ignored in the TK driver
but may not be in the VTK driver.
|
| ScaX |
- |
The scaling to use along the X axis
being modified. This is either LINEAR or LOG.
Set to HOLD to keep the current value.
|
| ScaY |
- |
The scaling to use along the Y axis
being modified. This is either LINEAR or LOG.
Set to HOLD to keep the current value.
|
| ScaZ |
- |
The scaling to use along the Z axis
being modified. This is either LINEAR or LOG.
Set to HOLD to keep the current value. This value is
ignored in the TK driver but may not be in the VTK driver.
|
| Activate |
- |
Optional input variable which allows
axis modifications to be immediately activated. The default
values is 0 which causes the changes to be made to the axis
parameters without activating them. A value of 1 activates
the changes. This also causes the modified axes to be become
the currently active axes for all graphics output in the window
wnID and is similar to a call to ActiveAxes.
|