pltIBuildPlotsCtrl SelectYComponent
Sets the value(s) for the Y component.
Syntax
pltIBuildPlotsCtrl_handle SelectYComponent values
Application
HyperWorks Tcl Modify
Description
Inputs
- values
- The input for the values variable is a list. The list must consist of the components that you want 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 a Y component to be set, empty {} must be inputted.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectYComponent {“ Resultant Force (N)” “Elastic Force (N)”};
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify