*readmeshcontroltemplate
Imports a Mesh Control template file.
Syntax
*readmeshcontroltemplate filename
Type
HyperMesh Tcl Modify
Description
Imports a Mesh Control template file. This is an XML formatted file. This contains all of the mesh control information, except for the entity selection. A file coming from Simlab can also be read.
Inputs
- filename
- The full name and path of the file to import.
Example
To import the file C:/temp/meshcontrol.xml:
*readcontroltemplate 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