-
Hello, I am involved with two open source projects that are also based on OCCT; build123d and CadQuery. These are both python-based "CodeCAD" projects for designing objects in code.
Documentation …
-
I made a quick and dirty (partial) re-model of your camera body STLs (front and back still combined) using build123d.
![image](https://github.com/jdc-cunningham/pi-zero-hq-cam/assets/16868537/f252396…
-
You have used the following statement, which works. But wanted to highlight a simpler statement without "lambda" for your information
species['is_protected'] = species.conservation_status.apply(lambd…
-
Consider this example Helix, which works exactly as you'd expect.
```python
def make_helix() -> bd.Helix:
"""Make basic helix."""
return bd.Helix(
radius=2,
pitch=1,
…
-
The behavior of
```python
(Box(1,1,1) @ Pos(10,0,0) ) @ Pos(0,0,0)
```
may be very unexpected: the Box is relocated to 0,0,0 by the second @ operator.
Particularly confusing when it happens t…
-
Really cool project, good readme too 😁
I maintain a list of "CodeCAD" or programable CAD projects at: [Curated Code CAD](https://learn.cadhub.xyz/blog/curated-code-cad)
Would you like me to inc…
-
# 2021 CadQuery Community Update
If you got a notification that you were mentioned in this issue and are not sure why, scroll down to the "Thank You" section. You are probably mentioned there. I ap…
-
There has been some informal discussion about making CQ work with multiple kernels, and I'd like to try to get a conversation started on the nuts and bolts of doing that.