*modent_deleterepresentation
Deletes the representation information from a mark of modular entities.
Syntax
*modent_deleterepresentation entity_type mark_id content_entity_type representation_key delete_representation_file
Type
HyperMesh Tcl Modify Command
Description
Deletes the representation information from a mark of modular entities.
Inputs
- entity_type
- The type of modular entity to delete the representation from. Currently only supported for subsystems.
- mark_id
- The ID of the mark of modular entities. Valid values are 1 and 2.
- representation_key
- The key of the representation to delete, which is unique per subsystem.
- delete_representation_file
- 0 - Keep the representation file in the file system
Examples
*createmark subsystems 1 "by id only" 3
*modent_deleterepresentation subsystems 1 "crash5" 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020