Solution
With 5.1.13, now more functions to open assemblies exist in the assembly window:
When opening a document from the assembly window in CAD, it is now possible to load the structure the same way as it is loaded from the desktop window.
If a load configuration is in place, this is automatically recognized and the current structure is loaded without exploding it anew.
Now four different ways of opening an assembly in CAD have been implemented.
Please copy the following functions from the menu.guidef to your own customization accordingly:
Function | Name | Description |
---|
fnc.doc.open.fast.view | Open Original | This option allows you to open the assembly read-only in CAD not using the explosion rules of the assembly window. |
fnc.doc.open.fast.edit | Open Original for Edit | This option allows you to open the assembly for edit in CAD not using the explosion rules of the assembly window. |
fnc.doc.open.fast.as.displayed.view | Open Original as displayed | This option allows you to open the assembly read-only in CAD using the explosion rules of the assembly window. |
fnc.doc.open.fast.as.displayed.edit | Open Original for Edit as displayed (aka legacy Open Original for Edit) | This option allows you to open the assembly for edit in CAD using the explosion rules of the assembly window. |