hm_getreplaceentitiesmark

Determines multi-level entity cross-references for component replacement.

Syntax

hm_getreplaceentitiesmark input_mark_id output_mark_id reserved1 reserved2 comp_id

Type

HyperMesh Tcl Query

Description

Determines multi-level entity cross-references for component replacement.

Multi-level cross-references include:
  1. Cross-references of all the nodes of the component
  2. Cross-references of all the elements of the component
  3. Cross-references of all the sets found in 1 and 2.
  4. Cross-references of all the contact surfaces found in 1 and 2.

Inputs

input_mark_id
The ID of the input mark to use internally.
output_mark_id
The ID of the output mark to use to return the references.
reserved1
Reserved for future use. Must be set to 1.
reserved2
Reserved for future use. Must be set to 1.
comp_id
The ID of the component to use as input.

Example

To get the multi-level cross-references for component ID 1000:

hm_getreplaceentitiesmark 1 2 1 1 1000

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

13.0