*morphvolumeconnect

Joins the specified morph volumes.

Syntax

*morphvolumeconnect hcube1 hcube2 tan mode nauto

Type

HyperMesh Tcl Modify Command

Description

Joins the specified morph volumes.

Inputs

hcube1
ID of first morph volume.
hcube2
ID of second morph volume.
tan
0 = no tangency
1 = make neighboring morph volume edges continuously tangent
mode
0 = join hcube2 to hcube1
1 = join hcube1 to hcube2
2 = join at midpoint
nauto
0 = do not register all nodes found inside morph volumes
1 = register all nodes found inside morph volumes

Example

*morphvolumeconnect (21,22,1,1,1)

This command will join the specified morph volumes provided that the process does not make the morph volume "matrix" inconsistent. Newly combined morph volumes can optionally have tangency automatically applied.

Errors

None.