1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-08-29 18:29:50 +02:00

Add individual examples

Having one example per file will make for a integration and there
live demo links with CadHub.
Resolves #29.
This commit is contained in:
Kurt Hutten
2021-06-07 07:13:04 +10:00
parent 8ead00a2bf
commit 28814a34a0
12 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// polyRoundExtrude example
include <Round-Anything-1.0.4/polyround.scad>
radiiPoints=[
[10, 0, 10 ],
[20, 20, 1.1],
[8, 7, 10 ],
[0, 7, 0.3],
[5, 3, 0.1],
[-4, 0, 1 ]
];
polyRoundExtrude(radiiPoints,2,0.5,-0.8,fn=20);