omdl  v0.9.5
OpenSCAD Mechanical Design Library
radial ball

Radial ball bearing model. More...

+ Collaboration diagram for radial ball:

Files

file  radial_ball.scad
 Radial ball bearing model.
 

Functions

module radial_ball (n, align=1, shell=false, wc=true)
 Radial ball bearing model. More...
 

Detailed Description

Radial ball bearing model.

Requires:
include <omdl-base.scad>;
include <database/component/bearing/radial_ball.scad>;
include <models/3d/bearing/radial_ball.scad>;

Function Documentation

◆ radial_ball()

module radial_ball ( ,
align  = 1,
shell  = false,
wc  = true 
)

Radial ball bearing model.

Parameters
n<string> the bearing model name (see: database table).
align<integer> model z-alignment; {0:bottom, 1:middle, 2:top}.
shell<boolean> render shell only.
wc<boolean> render with color.

The available model names can be found in the database table.

Bearing example script

include <omdl-base.scad>;
include <database/component/bearing/radial_ball.scad>;
include <models/3d/bearing/radial_ball.scad>;
radial_ball("608");
// end_include
module radial_ball(n, align=1, shell=false, wc=true)
Radial ball bearing model.

Bearing example diagram
toprightdiag
expand topexpand rightexpand diag

Definition at line 330 of file radial_ball.scad.

+ Here is the call graph for this function: