Parametric Stick Geometry Generator
Description
This is an OpenSCAD script that facilitates making objects that consist of connected line segments. I wrote it because I wanted to print out a model of tesseract sculpture I had made in a welding class. I had a list of coordinates and wanted to be able to easily turn that into an STL.
Instructions
The low level routine "DrawStick" will generate a single segment between two coordinates. It is used by "ConnectedSticks" which takes a list of coordinates and generates a sequence of sticks connected together. These routines could be useful as is, or more likely, incorporated into other programs to do more interesting things.
License
Parametric Stick Geometry Generator by ekpuz is licensed under the Creative Commons - Public Domain Dedication license.

You must be logged in to post a comment.