pltIBuildPlotsCtrl SelectXComponent
Sets the value(s) for the X component.
Syntax
pltIBuildPlotsCtrl_handle SelectXComponent component
Application
HyperWorks Tcl Modify
Description
Inputs
- component
- A list. The list must consist of the components that you wants to use within curly braces, { }. Each string representing a component must also be within “ “ if there are any spaces in the string. Example: {“LOWER TORSO” “SHOULDER BELT”}. If you do not want an X component to be set, empty {} must be input.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectXComponent {“ Resultant Force (N)” “Elastic Force (N)”};
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify