Home / Educational Materials / Exporting Ungrouped Objects
Educational Materials

Exporting Ungrouped Objects

Master multi-body data isolation, separate mesh generation, and origin point preservation during comprehensive CAD asset exports.

CAD Engineering Team
2026-08-28
6 min read
export-pipeline // isolated-parts.cad
PRIMARY VIEW
Exporting Ungrouped Objects

When generating discrete fabrication meshes from complex assemblies, combining multiple primitives into a single boolean union can compromise downstream CAM indexing. This lesson focuses on splitting independent solid bodies, choosing between shared global coordinates and localized datum origins, and configuring batch export presets for multi-part mechanical enclosures.

Parametric Precision and Advanced Geometric Systems

Complex assemblies often contain dozens of discrete components that must be manufactured separately using different processes such as CNC milling, stereolithography, or sheet metal cutting. If an engineer groups all objects prior to export, the resulting output produces a single unified tessellation mesh. This unified mesh destroys individual sub-assembly tolerances and prevents slicing software from applying tailored infill parameters or support strategies to separate elements.

TLnkerccads features dedicated geometry isolation workflows designed to retain independent component trees. Designers can choose to export every ungrouped element into its own separate STL, STEP, or glTF container while maintaining consistent world origin offsets. In this manner, individual parts snap back into their exact assembly mating positions automatically upon re-importing them into downstream CAE or CAM software packages.

Core Computational Advantages

  • Direct procedural extraction with automated per-body manifold verification.
  • Preservation of distinct material properties, color channels, and semantic part tags.
  • Batch processing through browser-native WebAssembly routines without server round-trips.
"By preserving isolated solid bodies during the export pipeline, manufacturing engineers retain the flexibility to assign distinct material formulas, orientation angles, and machining toolpaths to every single sub-component."

Interoperability & Output Formats

The export manager accommodates varied manufacturing needs by supporting boundary representation boundary formats alongside raw triangle tessellations. Exported files pass automated watertight tests, eliminating non-manifold edge anomalies before the parts enter physical production pipelines.

Frequently Asked Specifications

Select the 'Preserve Global Coordinate Matrix' toggle in the export settings dialog. This keeps the world origin constant across every isolated output file so that they automatically realign in third-party slicing or assembly software.