List: discuss@lists.openscad.org
From: Julien Jacquet
Fwd: Problem with a twisted prism
Thu, May 12, 2022 2:20 PM
Hello,
I am stuck to build a twisted prism
https://www.polyhedra.net/en/pictures.php?type=twisted-prisms
I was thinking of just using :
linear_extrude(height = 40, twist=72, slices=*???*, $fn=*???*)
> circle(r=10,$fn=5);
>
But the result is not correct. I can't find a simple solution.