Skip to content

Bearings

Compare
Choose a tag to compare
@gumyr gumyr released this 07 Apr 21:05
· 126 commits to main since this release
bc08c5d

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.