*ME_ModuleOccurrencesDeleteByMark

Deletes a mark of modules/parts.

Syntax

*ME_ModuleOccurrencesDeleteByMark mark_id

Type

HyperMesh Tcl Modify Command

Description

Deletes a mark of parts.

The part must be an occurrence and cannot be root.

Inputs

mark_id
The ID of the mark containing the parts to delete. Valid values are 1 and 2.

Examples

To delete parts ID 1-10:

*createmark parts 1 1-10
*ME_ModuleOccurrencesDeleteByMark 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

2019