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