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

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2021