vtkWSET Procedure
Sets the active VTK window.
Usage
vtkWSET[, window_index]
Input Parameters
window_index—(optional) An integer specifying the index of an existing VTK window. If omitted, the current window is used.
Keywords
None.
Discussion
This procedure works like WSET for PV‑WAVE windows, which is used to select the current, or "active" window to be used by the VTK routines.
Example
Setting the window to the first window opened.
vtkWINDOW, 1
vtkWINDOW, 2
vtkWINDOW, 3
vtkAXES
vtkWSET, 1
vtkAXES
See Also