SolidCode/SolidPython

Support BOSL2 screws.screw_hole

ssuchter opened this issue · 2 comments

This code doesn't work:

screws.screw_hole("6-32", length=height / 25.4)

It gets this error message:

AttributeError: module 'solid2.extensions.bosl2.screws' has no attribute 'screw_hole'. Did you mean: 'screw_head'?

After some work, it seems like the BOSL2 version used needs an upgrade.

My mistake, this is against the wrong repo.