Hi everyone,
First of all, thank you for keeping this forum going. I don't post much but
I read it avidly! :)
I'm trying to do some airfoil work and in my lofting code (borrowed from
others), I need to get back the list of points of the polygon that is
generated from the offset command. Is there a way to do this?
This is what I'm trying to do:
The skin/loft openscad code that I found, uses array of point to perform the
skin/loft function. This code will not take a polygon as its input. Since
my objective is to use a non-NACA airfoil, I don't think I can use the Naca
sweep code library...by Parkinbot. Atleast I don't think i can.
Thanks for reading.
--
Sent from: http://forum.openscad.org/
I wrote an offset() function that takes a point list as input and produces
the offset point list as output. It sounds like this is what you are
looking for. I contributed it to the BOSL2 library:
https://github.com/revarbat/BOSL2/wiki/regions.scad#offset
memsfactory wrote
Hi everyone,
First of all, thank you for keeping this forum going. I don't post much
but
I read it avidly! :)
I'm trying to do some airfoil work and in my lofting code (borrowed from
others), I need to get back the list of points of the polygon that is
generated from the offset command. Is there a way to do this?
This is what I'm trying to do:
The skin/loft openscad code that I found, uses array of point to perform
the
skin/loft function. This code will not take a polygon as its input. Since
my objective is to use a non-NACA airfoil, I don't think I can use the
Naca
sweep code library...by Parkinbot. Atleast I don't think i can.
Thanks for reading.
--
Sent from: http://forum.openscad.org/
OpenSCAD mailing list
Discuss@.openscad
--
Sent from: http://forum.openscad.org/
Thank you! Adrianv
That is exactly what I needed. I even have your BOSL2 library in a folder
called 'useful OpenSCAD libraries.'
--
Sent from: http://forum.openscad.org/
Thank you! Adrianv
That is exactly what I needed. I even have your BOSL2 library in a folder
called 'useful OpenSCAD libraries.' But didn't realize that my solution was
already on my computer.
--
Sent from: http://forum.openscad.org/