pltIBuildPlotsCtrl SetLayoutOption
Sets the layout option.
Syntax
pltIBuildPlotsCtrl_handle SetLayoutOption option
Application
HyperWorks Tcl Modify
Description
Inputs
- option
- A string representing a layout option. The layout option inputs include: request (One plot per request), current (use current plot), component (one plot per component) or none (one curve per plot).
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetLayoutOption component;
build GenereatePlot;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify