hm_ce_getthickness

Gets the total number of layers to be connected.

Syntax

hm_ce_getthickness ce_id

Type

HyperMesh Tcl Query Command

Description

Gets the total number of layers to be connected.

Inputs

ce_id
The ID of the connector.

Example

To find out if the definition at the connector is 2T/3T/nT:

set ce_id [ hm_entitymaxid CONNECTORS];
set T [ hm_ce_getthickness $ce_id ];

The total thickness will influence the number of welds created at a connector.