hm_getsurfacesfromsolid
Returns the list of surface IDs associated with a specified solid ID.
Syntax
hm_getsurfacesfromsolid solidID
Type
HyperMesh Tcl Query
Description
Returns the list of surface IDs associated with a specified solid ID.
Inputs
- solidID
- The ID of any solid in the model.
Example
To get a list of surfaces associated with solid of ID 1:
hm_getsurfacesfromsolid 1
This command returns information necessary for running other commands related to surface and solid creation.
Errors
None.