On 6/18/2026 12:05 AM, yur_vol--- via Discuss wrote:
/skin()/ does not accept /projections()/
So I need to convert /projection/ to /path/.
Is it possible?
skin() requires that you give it the polygons as data, a list of lists
of points.
No, you cannot extract a list of points from an OpenSCAD shape such as
might result from projection().
On 6/18/2026 12:05 AM, yur_vol--- via Discuss wrote:
>
> /skin()/ does not accept /projections()/
> So I need to convert /projection/ to /path/.
> Is it possible?
>
skin() requires that you give it the polygons as data, a list of lists
of points.
No, you cannot extract a list of points from an OpenSCAD shape such as
might result from projection().