hm_ae_getfe
Returns the elements from the realized attachment.
Syntax
hm_ae_getfe id entity_type
Type
HyperMesh Tcl Query Command
Description
Returns the elements from the realized attachment.
Inputs
- id
 - The ID of the attachment to query.
 - entity_type
 - The type of entity to query. Valid values are elements.
 
Examples
To get the elements from attachment 2:
hm_ae_getfe 1 elems
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2020