pltIBuildPlotsCtrl SelectYRequests
Sets the value(s) for the Y request.
Syntax
pltIBuildPlotsCtrl_handle SelectYRequests values
Application
Tcl Modify
Description
Inputs
- values
- The input for the values variable is a list. The list must consist of the requests that you want to use within parentheses, { }. Each string representing a request must also be within “ “ if there are any spaces in the string. Example: {“LOWER TORSO” “SHOULDER BELT”}. If you do not want a Y request to be set, empty {} must be inputted.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectYRequests {"LWR TORS" "HEAD CG"};
Errors
Success (0) or an error message is returned.
Keywords
Tcl
Build Plots
Modify