![]()  | 
  
    omdl
    v0.9.8
    
   OpenSCAD Mechanical Design Library 
   | 
 
Rotary motion radial ball bearing model. More...
 Collaboration diagram for Radial Ball:Files | |
| file | bearing_radial_ball.scad | 
| Rotary motion radial ball bearing model.  | |
Functions | |
| module | radial_ball (n, a=1, s=false, c=true) | 
| Radial ball bearing model.  More... | |
Rotary motion radial ball bearing model.
| Requires: | 
|---|
| include <omdl-base.scad>; | 
| include <database/component/motion/bearing_radial_ball.scad>; | 
| include <models/3d/motion/bearing_radial_ball.scad>; | 
| module radial_ball | ( | n | , | 
| a |  = 1,  | 
        ||
| s |  = false,  | 
        ||
| c |  = true  | 
        ||
| ) | 
Radial ball bearing model.
| n | <string> the bearing model name (see: database table). | 
| a | <integer> model z-alignment; {0:bottom, 1:middle, 2:top}. | 
| s | <boolean> render shell only. | 
| c | <boolean> render with color. | 
The available model names can be found in the database table.
Bearing example script
| top | right | diag | 
|---|---|---|
![]()  | ![]()  | ![]()  | 
Definition at line 330 of file bearing_radial_ball.scad.
 Here is the call graph for this function: