hm_fe_getWvsTfile

Returns the width vs thickness file for seam welds.

Syntax

hm_fe_getWvsTfile

Type

HyperMesh Tcl Query Command

Description

Returns the width vs thickness file for seam welds.

Inputs

None.

Examples

To query the file:

set wtfile [hm_fe_getWvsTfile]

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