hm_getincludeisolationentitiesmark

Returns the entities referenced/cross-referenced by the selected components, for include file organization purposes.

Syntax

hm_getincludeisolationentitiesmark input_mark_id output_mark_id isolate_special reserved

Type

HyperMesh Tcl Query Command

Description

Returns the entities referenced/cross-referenced by the selected components, for include file organization purposes.

Inputs

input_mark_id
The ID of the input mark containing the components. Valid values are 1 and 2.
output_mark_id
The ID of the output mark that should contain the related entities. Valid values are 1 and 2.
isolate_special
A flag indicating whether to force isolation of individual mass, rigid or joint elements containing only isolated nodes.
reserved
Reserved for future use. Should be set to 0.

Example

To put the entities related to components 1 and 2 onto mark 2:

*createmark comps 1 1 2
 hm_getincludeisolationentitiesmark 1 2 0 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

11.0.101