*mechexportdaf
Exports the dummy angle file for the current dummy.
Syntax
*mechexportdaf filename
Type
HyperMesh Tcl Modify
Description
Exports 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 export.
Example
To export the current dummy DAF file as C:/temp/dummy.daf:
*mechexportdaf "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