pltIBuildPlotsCtrl SelectXComponent
Sets the value(s) for the X component.
Syntax
pltIBuildPlotsCtrl_handle SelectXComponent component
Application
Tcl Modify
Description
This command sets the X component.
Note: In order for the X component to be set, the X
request and the X type must be set before. If the X component does not have any components
in its list of components, this function would be unable to select a component.
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
Tcl
Build Plots
Modify