Matt Broadway
Matt Broadway
It seems to be because I'm calling `QApplication.processEvents()` inside `set_status_message()` some unit tests are failing. This is currently required for the status messages to be visible as rendering blocks the...
I don't really mind that this hasn't been merged because I created this functionality for my own use as well, but is there a reason that no-one has looked at...
apologies if I didn't follow the correct procedure. I didn't see any instructions for contributors so I assumed any discussion would happen here. I'm fine with setting the original behaviour...
by the way, I found that FreeCAD calls this mode 'Turntable' (in preferences > Display > Navigation > Orbit Style)
I couldn't figure out how else to do a revolution with a non-constant radius so instead I revolved like normal and scaled afterwards, so that is my use case. Fair...
I like the idea of using a sweep. I hadn't thought of that. Unfortunately it either causes self-intersections at the top of a hole down the middle depending on how...
it turns out that if you apply scale (even if the scale is 1, 1, 1) it prevents `shell()` from working entirely, so that was never an option. How can...
`transformShape` in your example fails for me with `non-orthogonal GTrsf` if the matrix is constructed with elements rather than using the default constructor (which is obviously required to do anything...
after seeing your suggestion in #646 I used the length selection approach to extract the edge that I wanted and it worked great :). I think I would still slightly...
ok. I missed that `.wire()` adds to pending wires by default. To be honest for things like `toPending` I'm having to read the source code for cadquery rather than rely...