*modent_deletebymark

Deletes a mark of modular entities.

Syntax

*modent_deletebymark entity_type mark_id keep_contents

Type

HyperMesh Tcl Modify Command

Description

Deletes a mark of modular entities.

Inputs

entity_type
The type of modular entity to delete. Currently only supported for subsystems.
mark_id
The ID of the mark of modular entities to delete. Valid values are 1 and 2.
keep_contents
0 - Delete all contained entities
1 - Keep all contained entities and move them under the master include

Examples

Delete subsystems 4, 6 and 8 and move the contents under the master include:
*createmark subsystems "by id only" 4 6 8
*modent_deletebymark subsystems 1 1

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

2020