OpenSCAD Recursion Algorithms

por anwar
Nenhuma imagem disponível

Ficheiros imprimíveis (0)

Nenhum ficheiro STL / OBJ / STEP disponível para esta peça.

Descrição

Recurse-in-OpenSCAD

It has been brought to my attention that many of these functions are made possible using OpenSCAD's new list comprehension capabilities, and as such, I am no longer actively maintaining this Thing. <3

2015 0313 1519 -0500 Earth, Sol, galactic rotaional instant unknown
by Anwar Hahj Jefferson-George

This project contains some basic codes by which certain recursive operations may be performed within the OpenSCAD parametric modeling language.

This version includes functionality like being able to:
  1. Generate fibonnaci numbers,
  2. Generate highly degenerate pseudospirals using said fibonnaci numbers, and
  3. Manipulate one-dimensional vectors and vectors containing vector elements (flip backwards, multiply a dimension by a scalar, etc.)
  4. Generate arithmetic progressions and geometric progressions in vector form.

The source of the file will be updated periodically, and the most up-to-date version is hosted on GitHub