-
Hi ,
I have done a simple code in order to highlight something I have hard time understanding about CAD geometries and their implementation in OpenMC:
#Code
my_reactor = paramak.FlfSystemCodeR…
-
I'm opening this issue as a TODO list of what else needs to be done on the [feature/freecad-occ branch](https://github.com/cqparts/cqparts/tree/feature/freecad-occ) to finish up compatibility with the…
-
Hi, I'm trying to use cadquery to build a wind turbine blade. I'm defining the blade sections by sections along the spanwise direction. Each section has a specific airfoil shape, twist and chord lengt…
-
When I run 2 of the sketches from the docs locally ( cadquery 2.5.0.dev0 / cadquery-ocp 7.7.2), I get shapes that differ from the ones on the docs.
![20240716_10h10m13s_grim](https://github.com/use…
-
Ran into an issue recently where tessellation to VTK wasn't working:
```py
import cadquery as cq
import OCP
shape = cq.Workplane().box(1, 1, 1).faces(">Z").hole(0.7).edges().fillet(0.03).val()…
-
# References
Taken from [here](https://cadquery.readthedocs.io/en/latest/roadmap.html):
> ## RoadMap: Planned Features
>
> ### Selectors
>
> #### tagged entities
>
> support tagging ent…
-
Hi!
I see that OCP version 7.7.2.1 was released in May. I'd really like to use it's functionality (IMesh_Tools) in my meshing package https://github.com/stellarmesh/stellarmesh. Is there a plan or …
akoen updated
2 months ago
-
Running
```sh
conda install -c cadquery -c conda-forge cq-editor=master
```
fails with
```
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initi…
-
After installing cq-editor using:
```
mamba install -c cadquery -c conda-forge cq-editor=master
```
it is not possible to run `cq-editor` and yields an error:
```...
...lib/python3.11/site-packa…
-
Released sources from here https://github.com/CadQuery/OCP/releases do not require editing AFAICT, no need to use conda to compile them.
_Originally posted by @adam-urbanczyk in https…