| wnID |
- |
The window iD.
|
| rX |
- |
Depending on the setting of the global
variable WinInfo(wnID,posFmt) this is either the center X
position of the window or the upper or lower X edge. Refer to the
table in the DISCUSSION section below. Note for setting
purposes the graphics canvas runs from 0.0 to 1.0 in X.
|
| rY |
- |
Depending on the setting of the global
variable WinInfo(wnID,posFmt) this is either the center Y
position of the window or the left or right Y edge. Refer to the
table in the DISCUSSION section below. Note for setting
purposes the graphics canvas runs from 0.0 to 1.0 in Y.
|
| rZ |
- |
Depending on the setting of the global
variable WinInfo(wnID,posFmt) this is either the center Z
position of the window or the nearer or deeper Z edge. Refer to
the table in the DISCUSSION section below. This value is
ignored in the TK driver but possibly not in the VTK driver.
|
| rL |
- |
The length of the window edge. Depending
on the setting of the global variable WinInfo(wnID,posFmt)
this can be measured either along the canvas X or Y axis.
|
| 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.
|