Kevin Marchais

Results 3 comments of Kevin Marchais

The following code is the same example simplified that can run in CQ-editor. Splitting in only one dimension works fine but as soon as we split in two or three...

As found by @chemiskyy, using `transformGeometry` is creating the problem. Here is an example of a sphere with and without `transformGeometry`: ![image](https://github.com/CadQuery/cadquery/assets/22714778/488d59d8-1c56-4d16-9ebc-4d097cebf2f3) ![image](https://github.com/CadQuery/cadquery/assets/22714778/93786861-5584-445d-9146-c31f5f84de70) In our case, we have to use...

Indeed, it works without type hinting. However, I would still prefer to use type hinting though. Temporarily I switched my `func` to `real_func`.