Skip to content

TheTesla/stl2step

Repository files navigation

Intelligent conversion from STL to STEP

This cli program converts STL files into STEP file in a non-trivial way. It segments the mesh into basic shapes. That means, the generated STEP file isn't only a bunch of triangles, it has planes, cylinders, spheres etc. resulting in less memory usage and it is friendlier to CAD and CAM.

Experimental state: Only planes are implemented! Holes are supported now!

screenshot of the output step file imported into FreeCAD and the conversion log

Installation

pip3 install stl2step

Usage

python3 -m stl2step myfile.stl

The out file is named similar to the input file: myfile.step, because it only replaces .stl with .step.

Autor

Stefan Helmert [email protected]

License

AGPL v3

About

intelligent approach to convert stl files into step files

Resources

License

Stars

Watchers

Forks

Packages

No packages published