*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
Examples
*createmark subsystems "by id only" 4 6 8
*modent_deletebymark subsystems 1 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020