*deletemark

Deletes entities from the database.

Syntax

*deletemark entity type mark

Type

HyperMesh Tcl Modify Command

Description

Deletes entities from the database.

Inputs

entity type
The type of entity contained on the mark.
mark
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.