forked from openscad/openscad
-
Notifications
You must be signed in to change notification settings - Fork 1
Examples
Torsten Paul edited this page Jun 27, 2014
·
6 revisions
Collecting ideas for restructuring the examples (https://github.com/openscad/openscad/issues/503)
Nr | Current Name | Suggestion | Description |
---|---|---|---|
001 | difference_sphere.scad | a simple difference example | |
004 | difference_cube.scad | a simple difference example | |
003 | union.scad | a simple union example | |
002 | intersection.scad | a simple intersection example | |
005 | translate.scad | a simple translate example | |
006 | iteration.scad | move to Shapes/dice | an example showing the usage of for-loop |
025 | offset.scad | an example showing polygon offsetting |
Nr | Current Name | Suggestion | Description |
---|---|---|---|
007 | cut_view.scad | extrusion of a view | |
008 | text.scad | extrusion of text | |
009 | fan_view.scad | extrusion of a fan view | |
010 | surface.scad | move to advanced | manipulation of a surface |
Nr | Current Name | Suggestion | Description |
---|---|---|---|
011 | polyhedron.scad | a simple polyhydron | |
012 | sphere.scad | a simple sphere | |
015 | flat_body.scad | an example of a flat shaped body | |
016 | chopped_blocks.scad | an example of blocks chopped from inside | |
017 | tripod.scad | an example for drawing tripod | |
019 | fence.scad | move to advanced/lookup | an example for drawing a fence |
022 | rounded_box.scad | an example for drawing rounded boxes |
Nr | Current Name | Suggestion | Description |
---|---|---|---|
013 | intersection.scad | intersect_for (might be deprecated soon?) | an advanced example of intersection |
014 | intersecting_cube.scad | an example of iteration of intersection | |
018 | translation.scad | rename to children | an advanced example of translation |
020 | difference.scad | an advanced example of difference | |
021 | demo_cut.scad | an advanced example showing use of difference | |
023 | linear_extrude.scad | an advanced example showing linear extrusion | |
024 | fractals.scad | an example showing fractals |