Skip to content
Discussion options

You must be logged in to vote

What you want to implement requires a CAD kernel, and ezdxf isn't a CAD kernel.

My suggestions:

CADQuery

https://cadquery.readthedocs.io/en/latest/intro.html

CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.

FreeCAD

https://www.freecad.org/index.php

FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@antoinecollet5
Comment options

Answer selected by antoinecollet5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants