Automatically generating exploded views allows you to quickly obtain a technical representation of assemblies.
However, to ensure good readability and a usable result, certain best practices must be followed.
The quality of the exploded view depends directly on the number of components displayed. It is recommended to limit the number to a maximum of 30 to 50 components per assembly level. Beyond that , readability deteriorates significantly:
<aside> <img src="/icons/info-alternate_purple.svg" alt="/icons/info-alternate_purple.svg" width="40px" />
Recommendations:
The connector relies on two complementary mechanisms to generate exploded views in the application.
By default, when no exploded view is defined in the CAD model, the connector automatically generates an exploded view based on the assembly structure. This automatic generation relies on standardized logic designed to quickly produce a usable result without requiring specific preparation by the design office.
In this mode, components are moved along a single axis (the X-axis), ensuring fast generation times and consistent processing.
However, this approach limits the ability to distribute components in space, which can reduce readability in complex assemblies.
When an exploded view is defined manually in SOLIDWORKS, the connector automatically detects it and prioritizes its reuse.
This approach allows you to leverage the work done in CAD to produce a much more accurate representation of the assembly. Components can then be distributed across the three axes (X, Y, Z), with precise control over their positioning.
This significantly improves the understanding of the model within the application and the overall quality of the rendering.