*markmovetosubmodel

Organizes entities into a solver submodel.

Syntax

*markmovetosubmodel submodel_type entity_type mark_id parent_id

Type

HyperMesh Tcl Modify Command

Description

Organizes entities into a solver submodel.

Inputs

submodel_type
Use solversubmodel to organize into a solver submodel or includefile to organize into an include file.
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.
parent_id
The ID of the solver submodel or include file to organize into.

Examples

To move systems 4, 8, and 12 into solver submodel 10:

*createmark systems 1 4 8 12
*markmovetosubmodel "solversubmodels" systems 1 10

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

2019