discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Howto skin() several projections?

YV
yur_vol@yahoo.com
Thu, Jun 18, 2026 7:05 AM

skin() does not accept projections()
So I need to convert projection to path.
Is it possible?

*skin()* does not accept *projections()*\ So I need to convert *projection* to *path*.\ Is it possible?
JB
Jordan Brown
Thu, Jun 18, 2026 7:20 AM

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().