*elementqualityswapedgenew
Switches the connectivity of the two elements that share the specified edge to the next legal configuration.
Syntax
*elementqualityswapedgenew element_id edge_index
Type
HyperMesh Tcl Modify Command
Description
This command switches the connectivity of the two elements that share the specified edge to the next legal configuration.
This command only functions between an *elementqualitysetup command and an *elementqualityshutdown command.
Inputs
- element_id
- The element ID.
- edge_index
- The index of the edge to swap, starting from 0.
Example
*createmark elems 1 displayed
*elementqualitysetup 1
*elementqualityswapedgenew 27 3
*elementqualityswapedgenew 22 0
*elementqualityswapedgenew 21 2
*elementqualityswapedgenew 26 1
*elementqualityshutdown 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0.110