Automated SOLIDWORKS Sheet Metal to DWG Export — SLDDRW as Silent Background Partner

Every sheet metal shop with more than a handful of active parts runs into the same gap. The model changes — a bend radius is revised, a hole pattern shifts, a flange length is adjusted — and the SLDDRW already has everything: dimensions, bend notes, tolerances, title block, revision table. But the DWG that goes to fabrication is still sitting at the old revision. Someone has to open the drawing, let it rebuild, and export. Every time. ...

17 August 2026 · 10 min · CadShift

CAD File Management for Construction Engineering Teams — Naming, Revisions, and Handoff

Construction engineering creates a document management problem that product engineering doesn’t have. In a manufacturing shop, a single team owns the CAD model from concept to production, revisions are controlled through PDM, and the end artifact is a set of drawings for a factory with controlled access to your files. In construction, the same drawing passes through a structural engineer, MEP consultants, a general contractor, multiple subcontractors, a building inspector, and eventually the owner — each with different tools, different naming conventions, and different ideas about what “current” means. The DWG file from the structural engineer needs to align with the Revit model from the architect and the IFC export from the MEP team. File management failure in this environment means someone builds from a superseded drawing. ...

12 August 2026 · 11 min · CadShift

SOLIDWORKS to DWG Export: Assigning AutoCAD Layers by Material via API Macro

Fabrication shops that receive DWG files from SolidWorks drawings often expect specific AutoCAD layers — BRASS, STAINLESS_STEEL, ALUMINUM — matching the actual part materials. The native Save As layer mapping table in Document Properties → DXF/DWG Export → Map SolidWorks to DXF/DWG maps entity types to layers, not component materials. There is no UI checkbox that says “use material name as layer.” This post shows the API approach: read each component’s material from the drawing views, create named layers in the drawing document, assign components to those layers, then export to DWG. It covers the key API calls, a complete working VBA macro, and the three edge cases that will silently fail on a naive implementation. ...

25 July 2026 · 9 min · CadShift

The CAD-GIS Format Gap — Why DWG/DXF and GIS Still Don't Talk

Drop a DXF file onto your GIS and the geometry lands in the middle of the ocean, rotated 90 degrees, scaled by 25.4. Or it lands in the right country but offset by a few hundred metres. Or it imports cleanly into QGIS but every feature ends up on a single layer called “0” with no attributes beyond the original AutoCAD entity type. This is not a bug you can fix with a setting. The CAD-GIS format gap is structural. DWG and DXF were designed for engineering drawings, not for placing things on Earth. GIS formats were designed for the opposite. The two worlds have different answers to three fundamental questions: where are these objects, what do we know about them, and how do they relate to each other? ...

18 June 2026 · 9 min · CadShift

Power Automate for CAD File Conversion — Desktop Flow Setup, Limitations, and What Actually Works

Engineers searching for “Power Automate convert CAD” are usually trying to solve one of two problems: they have a folder of DWG or STEP files that need to be converted on a schedule, or they want to trigger conversion when a file lands in SharePoint. Power Automate can do both — but the mechanism is different from what most people expect, because there are no native CAD connectors in Power Automate’s connector library. ...

13 June 2026 · 7 min · CadShift

DWG Batch Conversion — TrueView Batch Plot, ODA Converter, and Command-Line Scripts

You have 200 DWG files. Your fabricator wants DXF. Your documentation portal wants PDF. Your web team wants SVG. And nobody has an AutoCAD seat on the machine doing the conversion. This is the actual situation most engineering teams end up in. This guide covers every viable path to batch DWG conversion for all three output formats — what each tool actually supports, where each one breaks down, and how to script it so the conversion runs unattended. ...

22 May 2026 · 11 min · CadShift

Why DWG Files Arrive in QGIS at the Wrong Scale — And the Right Fix When You Control the Pipeline

A surveyor sends you a DWG with what looks like UTM coordinates. You open it in QGIS, the layer appears 100 kilometers from where you expected, and when you zoom to it the geometry is microscopic — a thirty-meter parcel that displays as a 30-millimeter sliver. You set the project CRS to the right UTM zone. Nothing changes. You build a custom CRS in metric units. Nothing changes. You ask the surveyor and they swear the file is correct in AutoCAD. ...

4 May 2026 · 11 min · CadShift

Batch Convert DWG Files to PDF — Process Hundreds at Once Without AutoCAD

Converting dozens of DWG files to PDF one at a time wastes hours you don’t have. Whether you’re delivering drawings to clients, creating documentation packages, or archiving completed projects, bulk conversion saves time and eliminates repetitive work. This guide covers manual methods and automated solutions for converting DWG files to PDF at scale. You’ll learn when each approach makes sense and how to choose the right workflow for your needs. ...

7 April 2026 · 8 min · CadShift

DWG vs DXF vs STEP vs IGES — Pick the Right Format for Laser Cutting, CNC, and Supplier Exchange

The Format Decision That Can Make or Break Your Project You’ve just finished a complex mechanical assembly in SolidWorks. Your manufacturing partner needs the files in STEP. Your client wants DWG drawings. The CNC shop is asking for IGES. And your documentation team needs DXF exports. Sound familiar? Picking the wrong format can mean lost geometry, broken features, failed imports, and a lot of frustrated people. Each format exists for a reason, and knowing when to use which one will save you hours of rework and back-and-forth. ...

4 April 2026 · 10 min · CadShift