gumyr / build123d

A python CAD programming library
Apache License 2.0
432 stars 81 forks source link

split does not work with Sketches or Lines #525

Closed MatthiasJ1 closed 7 months ago

MatthiasJ1 commented 7 months ago
p = split(SlotCenterToCenter(2, 4, 90).wire())

gives

IndexError: list index out of range

expected

Screenshot
gumyr commented 7 months ago

With the latest I get the following: image

Do you still see the error?

MatthiasJ1 commented 7 months ago

Odd, I'm pretty sure this wasn't working when I opened the issue but it works now.