hm_ce_fedata
Returns the weld config or the tolerance set to realize a connector.
Syntax
hm_ce_fedata ce_id function
Type
HyperMesh Tcl Query Command
Description
Returns the weld config or the tolerance set to realize a connector.
Inputs
- ce_id
- The ID of the connector.
- function
- One of three possible strings:
Example
To get the current weld config set for connector with ID 1:
set ce_id 1;
set config [ hm_ce_fedata $ce_id "configval" ];
Currently only configval and tolerance are supported for the connector.
Errors
None.