pltIBuildPlotsCtrl SelectDataFile
Selects a file to use in build plots mode.
Syntax
pltIBuildPlotsCtrl_handle SelectDataFile active_file, (post_mode)
Application
HyperWorks Tcl Modify
Description
This command selects a file to use in build plots mode.
Inputs
- active_file
- The filepath of the file that you want to use.
- (post_mode) (Optional)
-
- True
- To open the file in post mode (HyperView).
- False
- If you do not want the file to be opened in post mode, input false or nothing (this would keep the file in HyperGraph).
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectDataFile “C:/demos/mv_hv_hg/plotting/madymo/FORCES” false;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify