hm_getfacesfromedge

Gets all faces connected to the edge whose ID is supplied as the argument.

Syntax

hm_getfacesfromedge line_id

Type

HyperMesh Tcl Query Command

Description

Gets all faces connected to the edge whose ID is supplied as the argument.

Inputs

line_id
ID of the edge.

Example

To get faces connected to the edge with ID 2:

hm_getfacesfromedge 2

Errors

None.