pltIBuildPlotsCtrl GeneratePlots
Draws the plots that are set in BuildPlots.
Syntax
pltIBuildPlotsCtrl_handle GeneratePlots
Application
HyperWorks Tcl
Description
This command draws the plots that are set in BuildPlots.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetLegend false;
build GeneratePlots;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Create