*morphorganizedomain
Organizes elements on mark into specified domain.
Syntax
*morphorganizedomain elemtype elemmark domainpointer dptr type rethand
Type
HyperMesh Tcl Modify Command
Description
Organizes elements on mark into specified domain.
Inputs
- elemtype
- Nodes (for global domains)
- elemmark
- Node or element mark number
- dptr
- ID of domain
- type
- 0 global domain
- rethand
- 0 do not retain handles
Example
*morphorganizedomain (ELEMS,1,32,2,0)
Nodes or elements on the mark are removed from the domains that they are in and placed into the specified domain. Nodes or elements not in the selection are removed from the specified domain. Thus the specified domain will retain only the selected elements.
The type specified notes which nodes or elements in the mark will be retained. If no elements of the correct type are on the mark for non-global domains the command will exit.
Errors
None.