hm_fe_setdvstfile

Set the diameter versus thickness file for user-defined welds.

Syntax

hm_fe_setdvstfile dvstfile

Type

HyperMesh Tcl Query Command

Description

Set the diameter versus thickness file for user-defined welds.

Inputs

dvstfile
The name of the diameter-thickness file.

Example

To set the diameter versus thickness file:

set dtfile "d:\my_dvst_file.txt"
hm_fe_setdvstfile $dtfile;

This is stored globally and is applicable to all the connectors realized using the user-defined weld option. The diameter is used for creating ACM or CWELD.

Errors

None.