AU

Results 566 comments of AU

Probably black, as CQ is using it.

Then maybe spin up gdb and share the backtrace from your crash.

Well that sounds like some MacOS security nonsense, I have no clue how to get past it.

Google tells me that this is a workaround: `spctl --add ...`. I don't have a mac so cannot verify if this works. I'd say in general you need to be...

The idea behind `Sketch` was to keep the API relatively simple. Do you have an example that requires `Sketch` and justifies such an addition?

Confirmed, the issue occurs in `ShapeUpgrade_UnifySameDomain`. As far as I see this is not fixed by OCCT 7.5 . ![image](https://user-images.githubusercontent.com/13981538/100065158-bfbd5c00-2e33-11eb-8b79-e53733b12a72.png)

Just to be sure, does the following code do what you need in terms of merging? ```python import OCP import cadquery as cq res1 = cq.Workplane().box(1,1,1).val().wrapped res2 = cq.Workplane().box(2,2,2).val().wrapped bldr...