hm_morph_getmvoledge
Returns the morph volume edge ID for the specified nodes along the edge.
Syntax
hm_morph_getmvoledge node_1_id node_2_id
Type
HyperMesh Tcl Query
Description
Returns the morph volume edge ID for the specified nodes along the edge.
Inputs
- node_1_id
- The ID of the first node on the edge.
- node_2_id
- The ID of the second node on the edge.
Example
To find the edge running through nodes with IDs 5 and 8:
hm_morph_getmvoledge 5 8
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
11.0