hm_getsolidsfromsurface

Returns the list of solid IDs associated with a specified surface ID.

Syntax

hm_getsolidsfromsurface surfaceID

Type

HyperMesh Tcl Query Command

Description

Returns the list of solid IDs associated with a specified surface ID.

Inputs

surfaceID
The ID of any surface in the model.

Example

To get a list of solids associated with surface of ID 1:
hm_getsolidsfromsurface 1

This command returns information necessary for running other commands related to surface and solid creation.

Errors

None.