hm_getadjfacesfromface
Returns the faces adjacent to the specified face.
Syntax
hm_getadjfacesfromface face_id
Type
HyperMesh Tcl Query Command
Description
Returns the faces adjacent to the specified face.
Inputs
- face_id
- The ID of the face to query.
Example
To get the adjacent faces for face 100:
hm_getadjfacesfromface 100
Errors
if { [ catch {command_name...} ] } {
# Handle error
}