*element1dswitch
Switches the order of 1D element nodes.
Syntax
*element1dswitch mark_id
Type
HyperMesh Tcl Modify
Description
Switches the order of 1D element nodes.
Inputs
- mark_id
- The mark ID containing the 1D elements to switch.
Example
To switch the node order of 1D elements
5-10
*createmark elems 1 5-10
*element1dswitch 1
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}