hm_getfacesfromvertex

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

Syntax

hm_getfacesfromvertex point_id

Type

HyperMesh Tcl Query Command

Description

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

Inputs

point_id
The point ID.
The function returns a list containing IDs of faces connected to the vertex points.

Example

To get faces connected to the vertex with ID 2:

hm_getfacesfromvertex 2

Errors

None.