*morphconvertmv
Converts the morph volumes on the mark to hexa elements or vice-versa.
Syntax
*morphconvertmv ctype cmark han ord tan mode nauto
Type
HyperMesh Tcl Modify Command
Description
Converts the morph volumes on the mark to hexa elements or vice-versa.
Inputs
- ctype
- HYPERCUBES or ELEMS
- cmark
- Mark number of morph volumes or elements
- han
- 0 - Do not create handles for morph volumes
- ord
- Order of morph volumes
- tan
- 0 - No tangency
- mode
- 0 - Morph volumes to hexas
- nauto
- 0 - Do not register all nodes found inside morph volumes
Example
*morphconvertmv (HYPERCUBES,1,1,1,1,0,1)
This command will either convert the morph volumes on the mark to hexa elements or convert the hexa elements on the mark to hypercubes with the given options for handles, order, tangency, and node registration.
Morph volumes will always get converted to second order hexa elements.
Errors
None.