hm_morph_getmvolface
Returns the morph volume face ID for the specified morph volume and nodes along the edges of that face.
Syntax
hm_morph_getmvolface mvol_id node_1_id node_2_id node_3_id
Type
HyperMesh Tcl Query Command
Description
Returns the morph volume face ID for the specified morph volume and nodes along the edges of that face.
Inputs
- mvol_id
- The ID of the morph volume.
- node_1_id
- The ID of the first node on the edge.
- node_2_id
- The ID of the second node on the edge.
- node_3_id
- The ID of the third node on the edge.
Example
To find the face of morph volume with ID 2 using nodes 5, 8 and 12:
hm_morph_getmvolface 2 5 8 12
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0