*modent_export
Exports a modular entity and its contents using the currently loaded solver template.
Syntax
*modent_export entity_type entity_id file_name options
Type
HyperMesh Tcl Modify Command
Description
Exports a modular entity and its contents using the currently loaded solver template.
Inputs
- entity_type
- The type of modular entity to export. Currently only supported for subsystems.
- entity_id
- The ID of the modular entity.
- file_name
- The full path and file name of the file to export.
- options
- Optional list of quoted, comma separated option strings.
Examples
*modent_export subsystems 2 "C:/export/Subsystem2_Crash5mm.k"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020