A powerful tool for creating and editing 3D CAD models, allowing users to write scripts to define geometry in a programmatic way.
CadQuery is an open-source Python library that allows you to create 3D CAD models parametrically by writing scripts. It provides a simple and intuitive way to define the geometry of your model using Python instead of working directly in a CAD program.
With CadQuery, you can create reusable scripts that construct 3D shapes. By parameterizing your scripts, you can easily modify aspects of your design like dimensions, features, etc. You write CadQuery scripts in Python; if you know Python, you can quickly pick up CadQuery.
Some key abilities and features of CadQuery:
CadQuery makes it easy for programmers to create parametric CAD models without needing to use a graphical CAD interface. If you need scriptable, parametric 3D modeling capabilities for programmatically generating designs, CadQuery is worth checking out.
Here are some alternatives to CadQuery:
Suggest an alternative ❐