pltIBuildPlotsCtrl SetOutputWindow
Sets the output window.
Syntax
pltIBuildPlotsCtrl_handle SetOutputWindow legend_on
Application
HyperWorks Tcl Modify
Description
This command sets the output window which the plots will be applied to. This will only work if only one plot is needed for the specific build plot.
Inputs
- page_index
- A number representing a page. This will be the page that you want the curves to be drawn on.
- window_index
- A number representing a window. This will be the window that you want curves to be drawn on (within the page that was previously inputted).
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetOutputWindow 1 3;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify