cadquery
cadquery copied to clipboard
A python parametric CAD scripting framework based on OCCT
It would be handy to be able to use `cq.Shape` directly as a argument to `move` and reltated methods.
- [ ] add `isSibling` to `Shape` - [ ] add `isAncestor` to `Shape`
When importing cadquery before CoolProp, the script silently hangs and does not proceed to execution. Reversing the import order resolves the issue. Does anyone have an idea of what could...
Hi! I am trying to cut a cylindrical hole into a toroidal shell. The function I'm using works "most of the time", but for same orientations & parameter values does...