*morphorganizedomainsplit
Splits edge domain at given node.
Syntax
*morphorganizedomainsplit nptr domainpointer dptr
Type
HyperMesh Tcl Modify Command
Description
Splits edge domain at given node.
Inputs
- node
- ID of node.
- dptr
- ID of domain.
Example
*morphorganizedomainsplit 12 32
This command splits the given edge domain into two edge domains at the given node.
Errors
if { [ catch {command_name...} ] } {
# Handle error
}