*morphcombineedges
Combines multiple edge domains into one edge domain.
Syntax
*morphcombineedges dtype dmark rethand
Type
HyperMesh Tcl Modify Command
Description
Combines multiple edge domains into one edge domain.
Inputs
- dtype
- DOMAINS
- dmark
- Domain mark number
- rethand
- 0 - Do not retain handles
Example
*morphcombineedges (DOMAINS,1,1)
This command all selected edge domains into one edge domain.
The following cases are not allowed: edges which form internal loops (but a single loop is fine), edges which have too many overlaps, edges which do not connect.
Errors
None.