cadquery
cadquery copied to clipboard
A python parametric CAD scripting framework based on OCCT
Often it's easiest to create a workplane with one of the named orientations (like 'XY') and an offset in world coords. The `Workplane.workplane` method can't directly do this. I find...
We run Flask app that converts step files to stl for further processing. When we were testing the app we noticed that when supplied with manually broken step file, the...
See [the announcement](https://github.com/CadQuery/ocp-build-system/issues/20) on the ocp-build-system repo. You will need to download the cadquery-ocp wheel for your version of Python, and do a local install. In that shared directory there...
Interface to OCCT Message
A free function API for cq.Shape. Originally inspired by #1269. The idea is to provide a low-level but reasonably user friendly API for cq.Shape - [x] primitives - [x] operations...
OCCT supports approximation with arc segments https://dev.opencascade.org/doc/dev/refman/html/class_geom2d_convert___approx_arcs_segments.html we should use it in the svg exporter
Hi, ` show_object` enables to set colors on objects, but I don't find information on other options. Where can I find the full list please? For example, I would like...
**Issue by [jmwright](https://github.com/jmwright)** _Wednesday May 09, 2018 at 14:55 GMT_ _Originally opened as https://github.com/dcowden/cadquery/issues/263_ ---- This issue began over on the Google Group [here](https://groups.google.com/forum/#!topic/cadquery/E0_0av34rbY). I'm posting it here so we...
For some use cases this leads to unnecessary code. I'd like to be able to simply add a face to a sketch, e.g. ``` res = cq.Sketch.add( cq.Face.makeNSidedSurface(...)) ```
Hey there, I've been using CadQuery for about two weeks, and so far I've been really enjoying it. I've noticed, though, that when I run code that creates an assembly...