hm_getfacesfromsurface

Gets faces contained in the surface whose ID is supplied as the argument.

Syntax

hm_getfacesfromsurface surface_id

Type

HyperMesh Tcl Query Command

Description

Gets faces contained in the surface whose ID is supplied as the argument.

Inputs

surface_id
ID of the surface.

Example

The function returns a list containing IDs of the faces from which the surface is composed.

To get faces that compose the surface with ID 2:

hm_getfacesfromsurface 2

Errors

None.