Skip to content

Simple 3D library for openscad (http://www.openscad.org/) that makes it easy to generate the most common bar and tube profiles.

Notifications You must be signed in to change notification settings

quirxi/BarsAndTubes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BarsAndTubes

Simple 3D library for openscad that makes it easy to generate the most common bar and tube profiles.

BarsAndTubes

Usage

Just include the file BarsAndTubes.scad in the beginning of your scad file like this:

include <BarsAndTubes.scad>;

Profiles

Up to now there are following basic metal profiles available:

Hexagonal Bar: hexBar( barWidth,barLength );

Hexagonal Bar

Rectangular Bar: rectangularBar( barWidth,barHeight,barLength );

Rectangular Bar

Square Bar: squareBar( barWidth,barLength );

Square Bar

Round Bar: roundBar( barDiameter,barLength );

Round Bar

Rectangular Tube: rectangularTube( tubeWidth, tubeHeight, tubeLength, tubeWall );

Rectangular Tube

Square Tube: squareTube( tubeHeight, tubeLength, tubeWall );

Square Tube

Round Tube: roundTube( tubeDiameter, tubeLength, tubeWall );

Round Tube

Angle Iron: angleIron( angleWidth, angleHeight, angleLength, angleWall );

Angle Iron

U Profile: uProfile( uprofileWidth, uprofileHeight, uprofileLength, uprofileWall );

U Profile

References

Authors:

License

Distributed under the MIT License.

About

Simple 3D library for openscad (http://www.openscad.org/) that makes it easy to generate the most common bar and tube profiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published