*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 unique per subsystem.
Examples
Load the contents of the representation key "crash5" to subsystem
        3:
    *modent_realizerepresentation subsystems 3 "crash5"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
2020