Skip to main content

Bearings content library for cqparts

Project description

Components

  • Ball Bearings

  • Tapered Roller Bearings

Examples

BallBearing

Create a ball bearing with:

from cqparts_bearings.ball import BallBearing

bearing = BallBearing(
    # outer edges
    inner_diam=8,
    outer_diam=20,
    width=5,

    # internal rolling elements
    ball_count=6,
    ball_diam=4,
)

# display [optional]
from cqparts.display import display
display(bearing)

# export model to file, various formats available [optional]
bearing.exporter('gltf')('bearing.gltf')
https://fragmuffin.github.io/cqparts/media/img/bearings/ball-example.png

All BallBearing parameters are documented here.

The bearing is generated in the following hierarchy:

>>> print(bearing.tree_str())
<BallBearing: angle=0.0, ball_count=6, ball_diam=4.0, ball_min_gap=0.4, inner_diam=8.0, inner_width=2.0, outer_diam=20.0, outer_width=2.0, rolling_radius=7.0, tolerance=0.001, width=5.0>
 ├○ inner_ring
 ├○ outer_ring
 └─ rolling_elements
     ├○ ball_000
     ├○ ball_001
     ├○ ball_002
     ├○ ball_003
     ├○ ball_004
     └○ ball_005

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cqparts_bearings-0.1.0.tar.gz (19.5 kB view hashes)

Uploaded Source

Built Distribution

cqparts_bearings-0.1.0-py2-none-any.whl (22.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page