hm_modent_getcontententitytypes

Returns a list of entity types contained in a modular entity.

Syntax

hm_modent_getcontententitytypes entity_type entity_id

Type

HyperMesh Tcl Query Command

Description

Returns a list of entity types contained in a modular entity.

Inputs

entity_type
The modular entity type. Currently only supported for subsystems.
entity_id
The ID of the modular entity.

Examples

To return the entity types for subsystem 2:

hm_modent_getcontententitytypes subsystems 2

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2020