*writeqiviewsettings
Writes a file containing the element quality view mode settings.
Syntax
*writeqiviewsettings file
Type
HyperMesh Tcl Modify Command
Description
This command is related to the element quality view mode. It writes the current element quality view settings to a text file that can be read using *readqiviewsettings.
Inputs
- flag
- The full name and path of the file where the QI view settings are saved.
Example
To save the current settings to the file C:/settings/qiview.txt:
*writeqiviewsettings "C:/settings/qiview.txt"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0.110