*markmovetoinclude

Organizes entities into an include file.

Syntax

*markmovetoinclude entity_type mark_id include_id

Type

HyperMesh Tcl Modify Command

Description

This command organizes entities into an include file.

Inputs

entity_type
The type of entity to organize.
mark_id
The ID of the mark containing the entities to organize. Valid values are 1 and 2.
include_id
The ID of the include file to organize the entities into.

Example

To move systems 4, 8, and 12 into include file number 2:

*createmark systems 1 4 8 12
*markmovetoinclude systems 1 2

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