Bearings
This release adds a new bearing module which defines the following bearing classes:
- Bearing - the base bearing class
- SingleRowDeepGrooveBallBearing: SKT
- SingleRowCappedDeepGrooveBallBearing: SKT
- SingleRowAngularContactBallBearing: SKT
- SingleRowCylindricalRollerBearing: SKT
- SingleRowTaperedRollerBearing: SKT
A new Workplane.pressFitHole()
method allows bearings to be used as fasteners are used with the Workplane.clearanceHole()
method.
A new Wire.makeRect()
method creates a rectangle in a similar way to the Wire.makeCircle()
method.