
DXF → 3D STL Pipeline
A Python pipeline that auto-generates 3D STL models from 2D technical drawings (DXF) — for design validation, rapid prototyping and visualization.
PythonDXFSTLCAD3DDocker
What it does
It takes 2D technical drawings made in CAD software (top / front / side views) and automatically turns them into 3D STL models.
How it works
- Reads the drawing entities (lines, circles, arcs…) from the DXF file.
- Reconstructs the geometry from the views and builds a 3D solid model.
- Exports the result as STL for slicers / 3D printers.
Runnable from the command line; ships with sample DXF files and a web interface.
Use cases
Design validation · rapid prototyping · educational 3D visualization.