*readqiviewsettings
Loads a file containing the element quality view mode settings.
Syntax
*readqiviewsettings file
Type
HyperMesh Tcl Modify
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
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0.110