cadquery
cadquery copied to clipboard
A python parametric CAD scripting framework based on OCCT
_Tested with the latest CQ version provided on conda_ I'm working on a nut and the last cut operation fails, this is, there is no thread. The thing is that...
Simple sweeps seem to take a very long time if simple, and seem to freeze indefinitely for even slightly more complicated sweeps such as below. Not sure if this is...
I added basic support for the 3MF file format. It works similar to the already supported AMF format. Just like AMF, we do in no way leverage the full potential...
I really like the ability to choose which axis to center on when drawing a Workplance.rect(). Is this something we can implement for Sketch.rect()? I figure it should be fairly...
This PR includes a revamped cheatsheet. It includes more information on the most common commands. Some commands have been excluded from this first draft at rewriting the cheatsheet, any important...
* exporters.export add "ascii" (or "ASCII") options dict * Shape.exportStl add "ascii" bool param * fix corrupt docstrings/typos in shapes.py
Feature - Add Sketch methods #1102.
Coming from OpenSCAD, I sometimes have trouble remembering the names and params of common commands in CadQuery. I had this exact same problem with OpenSCAD as overall my usage was...
### Background Tested out sketching with constraints and found myself in a situation where it seemed like my Distance constraint between a midpoint of a line and a midpoint of...
Fix docstring corruption (invalid reStructuredText which also breaks HTML docs) in shapes.py and some cleanup.