pltIBuildPlotsCtrl SelectXRequest
Selects the value(s) for the X request.
Syntax
pltIBuildPlotsCtrl_handle SelectXRequest request
Application
HyperWorks Tcl Modify
Description
Inputs
- request
- The input for the request variable is a list. The list must consist of the requests that you wants to use within curly braces, { }. 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 X request to be set, empty {} must be inputted.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectXRequest {“HEAD CG”};
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify