hm_morph_getmvoledgenodes
Returns the IDs of the nodes along a specified morph volume edge.
Syntax
hm_morph_getmvoledgenodes edge_id
Type
HyperMesh Tcl Query Command
Description
Returns the IDs of the nodes along a specified morph volume edge.
Inputs
- edge_id
- The ID of the morph volume edge.
Example
To find the node IDs for morph volume edge 5:
hm_morph_getmvoledgenodes 5
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
13.0.110