jdegenstein
jdegenstein
@danieledapo I additionally propose that the deprecated decorator is added to the existing `Face.sweep` method with a short explanation of what to use instead. We can keep it around for...
Here's another slightly tweaked version, that predictably works more quickly and interestingly is not missing any thread: ```py from build123d import * from bd_warehouse.thread import * import time start_time =...
@tshead I can confirm that the error message has changed. I am seeing the same error message as you but I am running a slightly newer development version `0.7.1.dev4+g043629e`. There...
Alright, doing some more investigation, an internal object after being offset is producing a wire with three edges from a wire with one edge. The trim function is having trouble...
I am not able to reproduce on python 3.10. Can you provide your installed versions of build123d, ocpsvg, ezdxf? I believe there was a discussion on discord that gumyr recommended...
Thank you very much for the information, I will fix the two issues mentioned above.
closed with merged PR https://github.com/gumyr/build123d/pull/638
kwargs are currently not working in `Location` either `Location((1,2,3),rotation=(10,20,30))` returns `TypeError: Location.__init__() got an unexpected keyword argument 'rotation'`
6. locate, located, move, moved, translate example(s)
7. illustrate several examples of applying rotation (`object.orientation += (10, 20, 30))`, `with Locations(Rotation((10, 20, 30))):`, `add(something, rotation=`)