omdl  v0.9.5
OpenSCAD Mechanical Design Library

Linear motion bearing model. More...

+ Collaboration diagram for lmxuu:

Files

file  lmxuu.scad
 Linear motion bearing model.
 

Functions

module lmxuu (n, align=1, shell=false, wc=true)
 Linear motion bearing model. More...
 

Detailed Description

Linear motion bearing model.

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

Function Documentation

◆ lmxuu()

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

Linear motion 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/linear_lmxuu.scad>;
include <models/3d/bearing/lmxuu.scad>;
lmxuu("lm8uu");
// end_include
module lmxuu(n, align=1, shell=false, wc=true)
Linear motion bearing model.
Definition: lmxuu.scad:331

Bearing example diagram
toprightdiag
expand topexpand rightexpand diag

Definition at line 330 of file lmxuu.scad.

+ Here is the call graph for this function: