Commit Graph

68 Commits (26156ea7550755ddb60139cf3562239e49cf48a9)

Author SHA1 Message Date
Torsten Paul 26156ea755 Add example for simple functions. 2015-01-17 19:39:17 +01:00
Torsten Paul 903ecfcfe7 Add example for image import with surface(). 2015-01-15 02:04:56 +01:00
Torsten Paul 80da2525b4 Add example for indexed access using children(). 2015-01-14 23:59:20 +01:00
Torsten Paul d8b67df3a2 Add example for children(). 2015-01-14 22:58:52 +01:00
Torsten Paul 9a8ba2c5d0 Add example for projection(). 2015-01-14 21:48:03 +01:00
Torsten Paul 9fb0f14f67 Add example for rotate_extrude(). 2015-01-14 20:33:02 +01:00
Torsten Paul 6260bbea62 Add basic linear_extrude() examples. 2015-01-14 19:30:24 +01:00
Marius Kintel 4af38828d2 Remaining example -> CC0 2015-01-14 11:47:56 -05:00
Marius Kintel b2692d9a98 Changed license of most remaining examples to CC0 2015-01-13 23:51:56 -05:00
Torsten Paul 156d7ccefb Clarify license for basic examples. 2015-01-07 19:35:41 +01:00
Torsten Paul c915ecfde0 Change license for example files. 2015-01-07 17:25:42 +01:00
Torsten Paul 164b50b1b7 Add version output to text examples and fix viewport orientation. 2014-08-03 18:38:21 +02:00
Torsten Paul e8fac2ef97 Add example files for text() usage.
The test case images are currently not including the text as the example
test run does not include experimental features. This will need to be
updated once the text() feature is not experimental anymore.
2014-07-07 23:28:03 +02:00
Torsten Paul 6a3a88e3b5 Output the OpenSCAD version number to console window. 2014-05-03 23:16:31 +02:00
Torsten Paul 533e7c1035 Fix DXF file name. 2014-05-03 23:16:30 +02:00
Torsten Paul d8ab4715e8 Don't use deprecated file parameter. 2014-05-03 23:16:30 +02:00
Torsten Paul e182b41c88 Fix name for STL file. 2014-05-03 23:16:30 +02:00
Torsten Paul d4b7f85b6a Update to use new faces parameter. 2014-05-03 23:16:30 +02:00
Torsten Paul fc90a385a7 Add missing DXF file for flat_body.scad (was example009.dxf). 2014-05-03 23:16:30 +02:00
Torsten Paul 89570cb6fe Move offset example into new directory structure. 2014-05-03 23:16:11 +02:00
shaina7837 de7cea8a17 example file change 2014-05-03 21:15:03 +02:00
shaina7837 b1976cf3ff categorized_examples 2014-05-03 21:14:57 +02:00
Torsten Paul 49dc984bef Add offset() module to inset/outset polygons using Clipper (fixes #483). 2014-03-30 23:41:37 +02:00
Marius Kintel d64a0609fa #504 Updated example: child() -> children() 2014-02-10 02:40:54 -05:00
Marius Kintel 0cb8ab508e Updated cmd-line parameter doc 2013-06-13 01:02:29 -04:00
Marius Kintel fab07bafda Added recursion example. Fixes #346 2013-05-21 19:21:00 -04:00
Andrew Plumb de1deb113f Added better example023 with test output. 2012-02-18 21:22:31 -05:00
Andrew Plumb bd5aac6f96 MCAD/fonts with search() example.
Adding example023.scad demonstrating use of search() with
MCAD/fonts.scad
2012-02-18 12:10:06 -05:00
Marius Kintel 732803039d Slightly modified example008 to reduce z-buffer fighting in throwntogether mode 2011-12-28 18:15:47 +01:00
Marius Kintel c6a6ad46da Removed use of deprecated functionality from examples, with a few temporary exceptions 2011-11-26 19:41:48 +01:00
Marius Kintel 8d97fb3939 Temporarily fall back to deprecated module 2011-11-26 19:30:25 +01:00
Marius Kintel e158384eb8 Rewrite deprecated code in examples, discovered bugs in open polyline handling 2011-11-26 19:30:25 +01:00
Marius Kintel e26d872373 Use new import() statement instead of import_*() 2011-11-06 02:24:18 +01:00
clifford bd964ba98b Clifford Wolf:
Changed example022.scad indenting to use the same
	indenting style as the other examples



git-svn-id: http://svn.clifford.at/openscad/trunk@474 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-02 06:22:21 +00:00
kintel 5726317461 Support for if-else statements
git-svn-id: http://svn.clifford.at/openscad/trunk@436 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-12 13:20:15 +00:00
clifford fc1914a43c Clifford Wolf:
Added projection() statement



git-svn-id: http://svn.clifford.at/openscad/trunk@372 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30 07:41:55 +00:00
clifford 5d39aa71dd Clifford Wolf:
Added spring() to example20
	Improved generated linear_extrude + twist 3d grid



git-svn-id: http://svn.clifford.at/openscad/trunk@336 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-22 14:28:17 +00:00
clifford 16de893907 Clifford Wolf:
Added examples/example020.scad (screw and nut)



git-svn-id: http://svn.clifford.at/openscad/trunk@325 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-21 09:54:06 +00:00
clifford b81d72acb0 Clifford Wolf:
Added == support for all value types



git-svn-id: http://svn.clifford.at/openscad/trunk@286 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-14 10:15:22 +00:00
clifford f76c83ad05 Clifford Wolf:
Renamed 'list' function to 'lookup'



git-svn-id: http://svn.clifford.at/openscad/trunk@281 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-13 20:58:14 +00:00
clifford 96002da9cd Clifford Wolf:
Added list() function



git-svn-id: http://svn.clifford.at/openscad/trunk@276 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-13 17:03:32 +00:00
clifford 7f944e1e25 Clifford Wolf:
Added child() statement



git-svn-id: http://svn.clifford.at/openscad/trunk@275 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-13 12:24:24 +00:00
clifford bc833e43c4 Clifford Wolf:
I accidentally the default setting for example017.scad



git-svn-id: http://svn.clifford.at/openscad/trunk@252 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-09 17:27:23 +00:00
clifford 4eafcadda1 Clifford Wolf:
Fixed operator bindings (oops)



git-svn-id: http://svn.clifford.at/openscad/trunk@251 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-09 17:25:35 +00:00
clifford 8df04678d0 Clifford Wolf:
Use "file" and "layer" in import_* instead of "filename" and "layername"
	(the old argument names are still supported for compatibility)



git-svn-id: http://svn.clifford.at/openscad/trunk@235 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-08 03:31:06 +00:00
clifford 65ee513661 Clifford Wolf:
Added rotate_extrude statement()



git-svn-id: http://svn.clifford.at/openscad/trunk@231 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-07 20:49:27 +00:00
clifford daddf419b0 Clifford Wolf:
Added color() statement



git-svn-id: http://svn.clifford.at/openscad/trunk@227 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-07 14:59:10 +00:00
clifford c342e41e2f Clifford Wolf:
Added polygon() statement
	Added min/max functions



git-svn-id: http://svn.clifford.at/openscad/trunk@222 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06 19:58:54 +00:00
clifford 8747d50236 Clifford Wolf:
Added linear extrusion of 2d nef data



git-svn-id: http://svn.clifford.at/openscad/trunk@218 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06 12:16:56 +00:00
clifford 6575732286 Clifford Wolf:
Fixed inner-borders-bug in 2d visualization
	(symptom: rendering artefacts even with higher
	convexity setting as it should be needed)



git-svn-id: http://svn.clifford.at/openscad/trunk@214 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06 09:21:40 +00:00