Getting it out

Export & AutoSPRINK handoff

Design Studio exports to DWG and DXF, and opening cleanly in AutoSPRINK is treated as a requirement rather than a nice-to-have.

WhatWhere you'll find it
Export CAD DWG (or DXF)File → Export CAD DWG…, or the export button in FILE
Schematic DXFReports → Schematic DXF Export…
Full model DXFReports → Full Model DXF Export…
PDF outputCtrl+P — see Sheets & plotting
Merge / compress PDFsTools → PDF Merge / Compress…

The exports

Dimensions export as real drafted geometry rather than as annotation objects the receiving program might not understand.

What the DXF actually is

Studio DXF is written as R12 (AC1009), without handles, with layer names clamped to 31 characters. That is deliberate: it is the format that opens everywhere without argument. Newer DXF revisions written without handles turned out to show nothing at all in some receiving programs, so R12 it is.

Every change to the exporter is checked by reading the written file back, not by looking for text in it. If an export ever opens empty somewhere, that is worth an F12 with the receiving program named.

Handing off to AutoSPRINK

Two things to know before you export:

Going the other way, File → Import AutoSPRINK DWG… rebuilds an AutoSPRINK drawing as native Studio objects — real pipe and real heads, not linework.

Other interop

Before you send anything

  1. Clear the Analysis → Issues list.
  2. Auto → Clean Up Labels, so nothing overlaps in somebody else's viewer.
  3. Explode any hatch that carries meaning.
  4. Export, then open the file you exported before you email it. That takes thirty seconds and catches most of what can go wrong.

Related