Example code: cad.make_box(2,2,2).cut_hole("XY", d=1) This returns a box without hole ("<Y" would be correct face string), but code executes without error/exception Expected: exception raised Possibly also the case with other methods
Example code:
cad.make_box(2,2,2).cut_hole("XY", d=1)
This returns a box without hole ("<Y" would be correct face string), but code executes without error/exception
Expected: exception raised
Possibly also the case with other methods