hm_fe_getWvsTfile
Returns the width versus thickness (wvst) file for weld or property creation on connector.
Syntax
hm_fe_getWvsTfile ce_id
Type
HyperMesh Tcl Query Command
Description
Returns the width versus thickness file for seam welds on connector.
Inputs
- ce_id
- The ID of the connector.
Examples
To get the diameter versus thickness file on connector with ID
1:
hm_fe_getWvsTfile 1
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
2024 - Added new input ce_id.