Workplane.__add__ raises ValueError instead of returning NotImplemented
Opened this issue · 1 comments
0xorial commented
From python docs:
If one of those methods does not support the operation with the supplied arguments, it should return NotImplemented.
It currently just calls .union(), which leads to raising a ValueError()
adam-urbanczyk commented
What is exactly the problem?