hm_ce_imprintelemsget
Returns imprinted elements for a connector.
Syntax
hm_ce_imprintelemsget id reserved
Type
HyperMesh Tcl Query Command
Description
Returns imprinted elements for a connector.
Inputs
- id
 - The ID of the connector to query.
 - reserved
 - Reserved for future use, must be set to 0.
 
Examples
To get imprinted elements from the connector with ID 101:
set imprinted_elems [hm_ce_imprintelemsget 101 0]
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2021