*ExportAssemblyAndGlobalEntities
Exports part assembly and child data.
Syntax
*ExportAssemblyAndGlobalEntities file_path
Type
HyperMesh Tcl Modify Command
Description
Exports part assembly and child data.
Inputs
- file_path
- The location to write to.
Examples
To export to
        C:/temp:
    *ExportAssemblyAndGlobalEntities "C:/temp"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