*morphupdatemvnodes

Updates nodes on mark to be registered for the morph volumes on mark.

Syntax

*morphupdatemvnodes ctype cmark ntype nmark

Type

HyperMesh Tcl Modify Command

Description

Updates nodes on mark to be registered for the morph volumes on mark.

Inputs

ctype
Hypercubes
cmark
Mark number of morph volumes.
ntype
Nodes
nmark
Mark number of nodes.

Example

*morphupdatemvnodes (HYPERCUBES,1,NODES,1)

This command updates the nodes on the mark to be registered to the morph volumes on the mark.

If a node is not within any of the morph volumes on the mark or its original morph volume it will still be 'registered' but not affected by any morph volume unless a morph volume is morphed to enclose that node. This can occur when morphing and the morph volumes are "inactive" (see *morphupdateparameter() "mvon"). Switching the morph volumes to being "active" automatically re-registers all nodes.

Errors

None.