pltIBuildPlotsCtrl SetLayout
Sets the layout.
Syntax
pltIBuildPlotsCtrl_handle SetLayout layout
Application
HyperWorks Tcl Modify
Description
Inputs
- layout
- A number representing a layout option. There are a total of 20 different layouts, and a number from 0 to 19 corresponds to each layout. You input a different number depending on which layout is desired.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetLayout 8;
build GenereatePlot;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify