├── 3d-function.scad ├── README.md ├── draw-helpers.scad ├── extrusion.scad ├── forma-candle-holder.scad ├── screenshots ├── 3d-function.png ├── extrusion.png ├── forma-candle-holder.png ├── spiral-2d.png ├── superformula.png ├── sweep-drop.png ├── sweep-path.png ├── sweep-test.png ├── toothed-belt.png ├── trefoil-knot-sweep.png ├── twisted-torus-ring.png └── wave-cylinder.png ├── skin.scad ├── spiral-2d.scad ├── superformula.scad ├── sweep-drop.scad ├── sweep-path.scad ├── sweep-test.scad ├── sweep.scad ├── toothed-belt.scad ├── trefoil-knot-sweep.scad ├── twisted-torus-ring.scad └── wave-cylinder.scad /3d-function.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/3d-function.scad -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/README.md -------------------------------------------------------------------------------- /draw-helpers.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/draw-helpers.scad -------------------------------------------------------------------------------- /extrusion.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/extrusion.scad -------------------------------------------------------------------------------- /forma-candle-holder.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/forma-candle-holder.scad -------------------------------------------------------------------------------- /screenshots/3d-function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/3d-function.png -------------------------------------------------------------------------------- /screenshots/extrusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/extrusion.png -------------------------------------------------------------------------------- /screenshots/forma-candle-holder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/forma-candle-holder.png -------------------------------------------------------------------------------- /screenshots/spiral-2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/spiral-2d.png -------------------------------------------------------------------------------- /screenshots/superformula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/superformula.png -------------------------------------------------------------------------------- /screenshots/sweep-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/sweep-drop.png -------------------------------------------------------------------------------- /screenshots/sweep-path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/sweep-path.png -------------------------------------------------------------------------------- /screenshots/sweep-test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/sweep-test.png -------------------------------------------------------------------------------- /screenshots/toothed-belt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/toothed-belt.png -------------------------------------------------------------------------------- /screenshots/trefoil-knot-sweep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/trefoil-knot-sweep.png -------------------------------------------------------------------------------- /screenshots/twisted-torus-ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/twisted-torus-ring.png -------------------------------------------------------------------------------- /screenshots/wave-cylinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/screenshots/wave-cylinder.png -------------------------------------------------------------------------------- /skin.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/skin.scad -------------------------------------------------------------------------------- /spiral-2d.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/spiral-2d.scad -------------------------------------------------------------------------------- /superformula.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/superformula.scad -------------------------------------------------------------------------------- /sweep-drop.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/sweep-drop.scad -------------------------------------------------------------------------------- /sweep-path.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/sweep-path.scad -------------------------------------------------------------------------------- /sweep-test.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/sweep-test.scad -------------------------------------------------------------------------------- /sweep.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/sweep.scad -------------------------------------------------------------------------------- /toothed-belt.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/toothed-belt.scad -------------------------------------------------------------------------------- /trefoil-knot-sweep.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/trefoil-knot-sweep.scad -------------------------------------------------------------------------------- /twisted-torus-ring.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/twisted-torus-ring.scad -------------------------------------------------------------------------------- /wave-cylinder.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscad/list-comprehension-demos/HEAD/wave-cylinder.scad --------------------------------------------------------------------------------