*deletemark
Deletes entities from the database.
Syntax
*deletemark entity_type mark_id
Type
HyperMesh Tcl Modify Command
Description
Deletes entities from the database.
Inputs
- entity_type
- The type of entity contained on the mark.
- mark_id
- The ID of the mark to be deleted.
Examples
To delete lines 12, 13, and 14:
*createmark lines 1 12 13 14
*deletemark lines 1
This command cannot be used to delete nodes, unless they are temporary nodes that are not connected to any other HyperMesh entity.