#otomasyon

CAD Automation5 min read

How to Start an Automation Project: From the Problem, Not the Tool

The first week of a CAD automation project is decided by what you measure, not which tool you pick. A four-step working method, from measuring the problem to widening scope in the field.

Automation Workshop2026-08-22

From 2D Drawings to 3D Models: The Limits of Automating the Conversion

Converting legacy drawings into 3D models is the most requested and most underestimated job in CAD automation. Here is why geometry is not enough, how design intent gets recovered, and where AI actually fits in the chain.

Automation Workshop2026-08-21

Measuring Automation Gains: What Does "90% Faster" Actually Mean?

CAD automation tools promise 70%, 85%, 90% speed-ups. Here is what those numbers measure, what they leave out, and how to build an honest measurement for your own process.

Automation Workshop2026-08-20

AutoCAD Automation: How I Choose Between LISP, .NET, and AI

There are three routes on the AutoCAD side: AutoLISP, .NET/ObjectARX, and AI-assisted generation. Here is when each is the right call, with a decision table based on team size and maintenance load.

Automation Workshop2026-08-19

Writing SolidWorks Add-ins with AI: Where It Speeds You Up, Where It Slows You Down

AI tools genuinely accelerate scaffolding and API discovery when building SolidWorks add-ins. They also produce confidently wrong code around COM lifetimes and silent failures. Learning to separate the two is the whole skill.

Automation Workshop2026-08-18

SolidWorks 2026 AI Features: What They Automate, and What They Don't

SolidWorks 2026 hands drawing generation and standard hardware recognition to AI. Here is which minutes of the working day those features actually give back, which ones they don't, and what it means for add-in developers.

CAD Automation2024-09-28

SolidWorks Automation with the Python API

An introduction to scripting against the SolidWorks API to cut repetitive design work — COM connection, parameter updates, session handling, and where Python ends and C# begins.