*mechimportdaf
Imports the dummy angle file for the current dummy.
Syntax
*mechimportdaf filename
Type
HyperMesh Tcl Modify
Description
Imports the dummy angle file for the current dummy.
The mechanism must have the enabled flag set to true for this to be possible.
Inputs
- filename
- The full name and path of the file to import.
Example
To import the current dummy DAF file as C:/temp/dummy.daf:
*mechimportdaf "C:/temp/dummy.daf"
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.120