hm_getsurfacesfromvertex

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

Syntax

hm_getsurfacesfromvertex point_id

Type

HyperMesh Tcl Query Command

Description

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

Inputs

point_id
Point ID.

Example

The function returns a list containing IDs of surfaces connected to the vertex points.

To get surfaces connected to the vertex with ID 2:

hm_getsurfacesfromvertex 2

Errors

None.