| wnID |
- |
The window iD.
|
| rX1 |
- |
The position of the lower X edge of
the window on the graphics canvas. The graphics canvas runs
from 0.0 (bottom) to 1.0 (top).
|
| rY1 |
- |
The position of the left Y edge of
the window on the graphics canvas. The graphics canvas runs
from 0.0 (left) to 1.0 (right).
|
| rZ1 |
- |
The position of the nearer Z edge of
the window on the graphics canvas. This is ignored in the TK
driver but possibly not in the VTK driver.
|
| rX2 |
- |
The position of the upper X edge of
the window on the graphics canvas. The graphics canvas runs
from 0.0 (bottom) to 1.0 (top).
|
| rY1 |
- |
The position of the right Y edge of
the window on the graphics canvas. The graphics canvas runs
from 0.0 (left) to 1.0 (right).
|
| rZ1 |
- |
The position of the deeper Z edge of
the window on the graphics canvas. This is ignored in the TK
driver but possibly not in the VTK driver.
|
| sX1 |
- |
The value associated with the lower
edge of the window.
|
| sY1 |
- |
The value associated with the left
edge of the window.
|
| sZ1 |
- |
The value associated with the nearer
edge of the window. This value is ignored in the TK driver
but may not be in the VTK driver.
|
| sX2 |
- |
The value associated with the upper
edge of the window.
|
| sY2 |
- |
The value associated with the right
edge of the window.
|
| sZ2 |
- |
The value associated with the deeper
edge of the window. This value is ignored in the TK driver
but may not be in the VTK driver.
|
| Pix |
- |
Optional input variable which allows
the window edges to be scaled from 0 to the number of screen
pixels across the window. The default value is N which keeps
the scaling set to the user selected values. To scale either
the X or the Y axis alone in pixels set Pix to X or Y
respectively. To scale both set Pix to XY.
|