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

14 lines
254 B
OpenSCAD
Raw Normal View History

// 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);