CadQuery/cadquery

Workplane.__add__ raises ValueError instead of returning NotImplemented

Opened this issue · 1 comments

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()

What is exactly the problem?