hm_fe_setWvsTfile
Sets the width vs thickness file for seam welds.
Syntax
hm_fe_setWvsTfile file
Type
HyperMesh Tcl Query Command
Description
Sets the width vs thickness file for seam welds.
Inputs
- file
- The name and path of the width vs thickness file.
Examples
To set the file:
set wvstfile [file join [hm_info -appinfo HMBIN_DIR] WidthMappingTable.txt]
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021