hm_getsurfaceedges
Get a list of edges associated with a specified ID.
Syntax
hm_getsurfaceedges surfID
Type
HyperMesh Tcl Query Command
Description
Get a list of edges associated with a specified ID.
Inputs
- surfID
- The ID of the surface for which edges are returned. Lists of surface edge IDs grouped by surface loops.
Example
hm_getsurfaceedges 13
returns:
{1 3 5} {2 8}
meaning that the surface has two loops, the first one consisting of edges 1, 3, and 5, and the second consisting of edges 2 and 8.
Errors
None.