hm_fe_setdvstfile

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

Syntax

hm_fe_setdvstfile ce_id dvstfile

Type

HyperMesh Tcl Query Command

Description

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

Inputs

ce_id
The ID of the connector.
dvstfile
The name of the diameter-thickness file.

Example

To set the diameter versus thickness file on the connector with ID 1:

set dtfile "d:\my_dvst_file.txt"
hm_fe_setdvstfile 1 $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.

Version History

2024 - Added new input ce_id.