hm_getmarkentitytypes

Returns a list of entity types that have entities populated on the specified mark.

Syntax

hm_getmarkentitytypes mark_id

Type

HyperMesh Tcl Query Command

Description

Returns a list of entity types that have entities populated on the specified mark.

Inputs

mark_id
The mark ID of interest. Valid values are 1 and 2.

Example

To get the list of entity types that have entities populated on mark 1:

hm_getmarkentitytypes 1

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

11.0