gumyr/build123d

extrude does not check type of `until` parameter

Opened this issue · 1 comments

Currently it is possible to pass e.g. a face to extrude(until=someface... rather than the intended use of only the Until enum

In general there is little verification of input parameters - this is just one isolated example. It could be addressed, and it would improve things, but it would be a lot of work to do this for the whole build123d API.