*readqiviewsettings
Loads a file containing the element quality view mode settings.
Syntax
*readqiviewsettings file
Type
HyperMesh Tcl Modify Command
Description
This command is related to the element quality view mode. It loads settings from a text file created by *writeqiviewsettings, and resets the current settings used in this view mode.
Inputs
- flag
- The full name and path of the file to load containing the QI view settings.
Example
To load the current settings from the file C:/settings/qiview.txt:
*readqiviewsettings "C:/settings/qiview.txt"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0.110