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
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
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
13.0.110