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:

  1. Radioss 71 acm (shell gap contact + coating)
  2. LS-DYNA 122 mat196 (single row)
  3. 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
1 - Return the independent layer

Example

To get the independent layer weld element nodes for index 5:

hm_ce_getfeprojweldnodes 5 1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0.110