hm_writemeshcontroltemplate
Writes out the Mesh Control template file.
Syntax
hm_writemeshcontroltemplate filename
Type
HyperMesh Tcl Query
Description
Writes out the Mesh Controls template file. This is an XML formatted file. This contains all of the mesh control information, except for the entity selection.
Inputs
- filename
- The full name and path of the file to write.
Example
To write out the file to C:/temp/meshcontrol.xml:
hm_writemeshcontroltemplate C:/temp/meshcontrol.xml
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
14.0