hm_getsurfacesfromedge

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

Syntax

hm_getsurfacesfromedge line_id

Type

HyperMesh Tcl Query Command

Description

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

Inputs

line_id
ID of the edge.

Example

To get surfaces connected to the edge with ID 2:

hm_getsurfacesfromedge 2

Errors

None.