hm_getplanarfaces

Returns a list of planar face IDs.

Syntax

hm_getplanarfaces

Type

HyperMesh Tcl Query Command

Description

Returns a list of planar face IDs. These faces can be converted to surfaces using hm_getsurfacefromface.

Example

To get the list of all planar face IDs:

set pfaces [hm_getplanarfaces];

Errors

None.