omdl  v0.9.8
OpenSCAD Mechanical Design Library
Linear lmxuu

Linear motion bearing model. More...

+ Collaboration diagram for Linear lmxuu:

Files

file  bearing_linear_lmxuu.scad
 Linear motion bearing model.
 

Functions

module linear_lmxuu (n, a=1, s=false, c=true)
 Linear motion bearing model. More...
 

Detailed Description

Linear motion bearing model.

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

Function Documentation

◆ linear_lmxuu()

module linear_lmxuu ( ,
= 1,
= false,
= true 
)

Linear motion bearing model.

Parameters
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

include <omdl-base.scad>;
include <database/component/motion/bearing_linear_lmxuu.scad>;
include <models/3d/motion/bearing_linear_lmxuu.scad>;
linear_lmxuu("lm8uu");
// end_include
module linear_lmxuu(n, a=1, s=false, c=true)
Linear motion bearing model.

Bearing example diagram
toprightdiag
expand topexpand rightexpand diag

Definition at line 330 of file bearing_linear_lmxuu.scad.

+ Here is the call graph for this function: