*modent_saverepresentation
Saves the contents of a modular entity representation.
Syntax
*modent_saverepresentation entity_type entity_id options
Type
HyperMesh Tcl Modify Command
Description
Saves the contents of a modular entity representation.
Inputs
- entity_type
 - The type of modular entity to save the representation of. Currently only supported for subsystems.
 - entity_id
 - The ID of the modular entity.
 - options
 - Optional list of quoted, comma separated option strings.
 
Examples
*createmark comps 1 "by id only" 4 6 8
*modent_saverepresentation subsystems 3 "repKey=crash5, filepath=C:/representations/Subsystem3_Crash5mm.k"Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2020
2021.1 – Added repcomment=<value>.