Parametric Stick Geometry Generator

141
Downloads
471
Views
Published on January 22, 2013

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.
Tags
This Thing has no tags.
Report as inappropriate

You must be logged in to post a comment.