-
This issue related to an external project (CAD query) but is necessary for the Nimble Smart Docs
-
change CAD examples to a slightly different layout
- task_15_making_dagmc_surface_mesh_geometry_from_cad
- task_0_what_is_surface_mesh_geometry.py
- task_1_converting_step_files.py
- ta…
-
[Build123d](https://github.com/gumyr/build123d) describes itself as "an evolution of CadQuery", relies on the same hellish-to-package cadquery-ocp library, and seems to have some community overlap.
-
Hello, smart people,
I have an issue, when I launch cq-editor or import cadquery in python I get same error:
(base) pi@raspberrypi:~ $ cq-editor
qt.qpa.plugin: Could not find the Qt platform plug…
-
When specifying the object to ```:select:``` there is a check to see if this object is the ```source.keys()```
If the object is not in the source keys then an error is raised.
https://github.com/P…
-
I am using the CMakeLists.txt file from the repository, I have successfully created the bindings using clang 17, pywrap from master branch and pybind 2.11.1 but later I get many errors when starting t…
-
Similarly as I commented on https://github.com/jmwright/cadquery-freecad-module/pull/154#issuecomment-1894439763 the embedded libraries conflict with the new versions that should be used on FreeCAD an…
-
Thank you for building this. I was going to port my OpenSCAD [gear_warehouse](https://www.thingiverse.com/thing:4603821) to my CadQuery [cq_warehouse](https://github.com/gumyr/cq_warehouse) but fortun…
gumyr updated
2 years ago
-
Hello,
I am generating hundreds of different geometries in a single script and, aiming to speed execution, I have tried to run CadQuery in multiple separate threads. What I've seen is that it is no…
-
Ubuntu 20
Python 3.11.5
pip 23.2.1 from /home/me/miniconda3/lib/python3.11/site-packages/pip (python 3.11)
```
python3 -m pip install git+https://github.com/gumyr/build123d
...
ERROR: Could no…