Nabble removed Mailing-list integration from the Forum.
This killed the Forum. This is now an ARCHIVE.
It is likely Nabble will shutdown in the future.

So basically the Forum is now out of date, we are looking into migrating the history.

OpenSCAD support is now provided by the Mailing List.
See the first pinned post here for instructions on subscribing to the mailing list.

Problem with a twisted prism

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with a twisted prism

Sedona
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.

Is it possible?
Thanks for your help!
Reply | Threaded
Open this post in threaded view
|

Re: Problem with a twisted prism

Sedona
In fact I found files that were functional (with slices=1) before I updated OpenSCAD, has there been a change since?
Thank you!