*element2Dalign
Aligns the order of nodes in 2D elements based on the nodes of attached 1D elements.
Syntax
*element2Dalign mark_id_2D mark_id_1D propagate
Type
HyperMesh Tcl Modify Command
Description
Aligns the order of nodes in 2D elements based on the nodes of attached 1D elements. This is done in such a way that the starting edge the 2D element has the same nodes as the 1D element. This can also use aligned quad elements to align all "attached by edge" quads with the same node order.
Inputs
- mark_id_2D
- The mark ID containing the quad elements to align.
- mark_id_1D
- The mark ID containing the 1D elements to use as reference. 2D elements can only be used when propagate is set to 1 or 2.
- propagate
- 0 - Aligns only 2D elements directly attached by edge to 1D elements (1 layer).
Examples
*createmark elems 1 "by config" quad4
*createmark elems 2 "by config" plot
*element2Dalign 1 2 1
*createmark elems 1 displayed
*createmark elems 2 100
*element2Dalign 1 2 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
9.0