1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-01-17 02:58:14 +01:00
round-anything/examples/polyround.scad

14 lines
258 B
OpenSCAD
Raw Normal View History

// polyRound 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 ]
];
linear_extrude(3)polygon(polyRound(radiiPoints,30));