Search code examples
pythonrapid-prototyping

Is there a python library to generate STL file for 3D printing?


I am currently in a project where a lot of 3D printing designs need to be done. They are all parameterized, so I'd like to write a python code to generate those design files (in .STL format) for me. I was wondering that, is there a python package that can do this? Because currently I am all doing those by hand using SolidWorks.

Thanks!


Solution

  • Yes there is... It's called FreeCAD.

    The assembly module is already in the devel version (as of 06/15/2014) and will be of production quality really soon for real assemblies!

    http://freecadweb.org/