*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

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