What is a CadQuery? ======================================== [](https://travis-ci.org/dcowden/cadquery?branch=master) [](https://coveralls.io/r/dcowden/cadquery) [](https://github.com/dcowden/cadquery/releases/tag/v0.3.0) [](https://github.com/dcowden/cadquery/blob/master/LICENSE) CadQuery is an intuitive, easy-to-use python based language for building parametric 3D CAD models. CadQuery is for 3D CAD what jQuery is for javascript. Imagine selecting Faces of a 3d object the same way you select DOM objects with JQuery! CadQuery has several goals: * Build models with scripts that are as close as possible to how you'd describe the object to a human. * Create parametric models that can be very easily customized by end users * Output high quality CAD formats like STEP and AMF in addition to traditional STL * Provide a non-proprietary, plain text model format that can be edited and executed with only a web browser 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. Full Documentation ============================ You can find the full cadquery documentation at http://dcowden.github.io/cadquery Getting Started With CadQuery ======================================== The easiest way to get started with CadQuery is to Install FreeCAD (version 14+) (http://www.freecadweb.org/), and then to use our great CadQuery-FreeCAD plugin here: https://github.com/jmwright/cadquery-freecad-module It includes the latest version of cadquery alreadby bundled, and has super-easy installation on Mac, Windows, and Unix. It has tons of awesome features like integration with FreeCAD so you can see your objects, code-autocompletion, an examples bundle, and script saving/loading. Its definitely the best way to kick the tires! We also have a Google Group to make it easy to get help from other CadQuery users. Please join the group and introduce yourself, and we would also love to hear what you are doing with CadQuery. https://groups.google.com/forum/#!forum/cadquery Examples ====================== This resin mold was modeled using cadquery and then created on a CNC machine: