hm_getsurfacefromface

Gets the surface containing the face whose ID is supplied as the argument.

Syntax

hm_getsurfacefromface face_id

Type

HyperMesh Tcl Query Command

Description

Gets the surface containing the face whose ID is supplied as the argument.

Inputs

face_id
ID of the face.

Example

The function returns an ID of the surface containing the face with input ID value.

To get surface containing the face with ID 2:

hm_getsurfacefromface 2

Errors

None.