*modent_realizerepresentation
Loads the contents of a modular entity representation.
Syntax
*modent_realizerepresentation entity_type entity_id representation_key
Type
HyperMesh Tcl Modify Command
Description
Loads the contents of a modular entity representation.
Inputs
- entity_type
- The type of modular entity to load the representation to. Currently supported only for subsystems.
- entity_id
- The ID of the modular entity.
- representation_key
- The representation key to load. This is unqiue per subsystem.
Examples
*modent_realizerepresentation subsystems 3 "crash5"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020