*ME_ModuleOccurrencesDeleteByMark
Deletes a mark of modules.
Syntax
*ME_ModuleOccurrencesDeleteByMark mark_id
Type
HyperMesh Tcl Modify Command
Description
Deletes a mark of modules.
The module must be an occurrence and cannot be root.
Inputs
- mark_id
- The ID of the mark containing the modules to delete. Valid values are 1 and 2.
Examples
To delete modules 1-10:
*createmark modules 1 1-10
*ME_ModuleOccurrencesDeleteByMark 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019