hm_ce_getfeprojweldnodes
Returns the independent or dependent layer of nodes belonging to weld elements.
Syntax
hm_ce_getfeprojweldnodes index layer
Type
HyperMesh Tcl Query Command
Description
Returns the independent or dependent layer of nodes belonging to weld elements. Returns an empty string if there are no elements.
This is supported for:
- Radioss 71 acm (shell gap contact + coating)
- LS-DYNA 122 mat196 (single row)
- Seam and area adhesives
This should only be called from within a connector-registered property script. The projection data this relies upon is destroyed immediately after connector FE realization.
Inputs
- index
- The index of interest in the array (corresponds to a weld).
- layer
- 0 - Return the dependent layer
Example
To get the independent layer weld element nodes for index 5:
hm_ce_getfeprojweldnodes 5 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.110