Hi all!
I would like to draw a bunch of thin walled tubes with polygonal cross
section, I know I can do this by offsetting the inner polygon and I can
obtain the walls by difference and extrusion.
But then I need to replicate the difference shape which results in huge
memory and CPU cost. I can do the same thing by drawing the cross section as
a polygon with a hole but I need the vertices and the sides of the outer
polygon generated by offset().
does anyone know if it is possible to get the vertices and the paths
genrated by the offset() function ?
thanks!
Andrea
--
View this message in context: http://forum.openscad.org/vertices-and-paths-of-a-polygon-created-via-offset-tp14741.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
alas its not currently possible to get the vertices from any operation.
--
View this message in context: http://forum.openscad.org/vertices-and-paths-of-a-polygon-created-via-offset-tp14741p14773.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
many thanks for you message!
I ended up writing a matlab script to generate all the nodes then used
polygon to get the plate with the holes correctly.
--
View this message in context: http://forum.openscad.org/vertices-and-paths-of-a-polygon-created-via-offset-tp14741p14791.html
Sent from the OpenSCAD mailing list archive at Nabble.com.