mirror of
https://github.com/Irev-Dev/Round-Anything.git
synced 2025-08-31 19:21:45 +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:
13
examples/extrudeWithRadius.scad
Normal file
13
examples/extrudeWithRadius.scad
Normal file
@@ -0,0 +1,13 @@
|
||||
// extrudeWithRadius example
|
||||
|
||||
include <Round-Anything-1.0.4/polyround.scad>
|
||||
|
||||
radiiPoints=[
|
||||
[-4, 0, 1 ],
|
||||
[5, 3, 1.5 ],
|
||||
[0, 7, 0.1 ],
|
||||
[8, 7, 10 ],
|
||||
[20, 20, 0.8 ],
|
||||
[10, 0, 10 ]
|
||||
];
|
||||
extrudeWithRadius(3,0.5,0.5,5)polygon(polyRound(radiiPoints,30));
|
Reference in New Issue
Block a user