*morphsubdivide
Subdivides selected 3D domains.
Syntax
*morphsubdivide dtype dmark ftype fmark rethand
Type
HyperMesh Tcl Modify Command
Description
Subdivides selected 3D domains.
Inputs
- dtype
- Domains
- dmark
- Domain mark number of domains to be subdivided.
- ftype
- Domains
- fmark
- Domain mark number of divisible domains.
- rethand
- 0 = do not retain handles
Example
*morphsubdivide (DOMAINS,1,DOMAINS,2,1)
This command subdivides the selected 3D domains into smaller domains while refraining from dividing any attached 2D domains that are not specified as being divisible.
It is possible for 3D domains to be shaped in such a way that it is impossible to subdivide them without dividing 2D domains that aren't specified as being divisible. In this case the command will complete without the domain being subdivided.
Errors
None.