*metadatamarkremove
Removes metadata from the specified mark of entities.
Syntax
*metadatamarkremove entity_type mark_id name
Type
HyperMesh Tcl Modify Command
Description
Removes metadata from the specified mark of entities.
Inputs
- entity_type
 - The type of entities contained on the mark.
 - mark_id
 - The ID of the mark containing the entities to which the metadata will be removed. Valid values are 1 and 2.
 - name
 - The name by which the metadata is referenced.
 
Example
To remove metadata named Int_Val from elements 1-100:
*createmark elems 1 1-100
*metadatamarkremove elems 1 "Int_Val"
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}