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

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

Version History

2021