hm_ae_findattachmentsfromFEs

Returns resolved link entity information.

Syntax

hm_ae_findattachmentsfromFEs entity_type mark_id select

Type

HyperMesh Tcl Query Command

Description

Returns resolved link entity information.

Inputs

entity_type
The type of entity to find atachments for. Valid values are elements.
mark_id
The ID of the mark of entities. Valid values are 1 and 2.
select
Flag to select attachments found in connector browser (1) or not (0).

Examples

Find attachments for realized elements 4 and 5:

*createmark elems 1 4 5
hm_ae_findattachmentsfromFE elems 1 0

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