Thank you so much! Also we might want to wrap the end result in a union() so that we get one continuous surface right? (not just overlapping hull steps)
I believe that the for loop provides an implicit union over the shapes created within it which is why the intersection_for loop is needed. It is mentioned on this page if you search for "union" en.wikibooks.org/wiki/OpenSCAD_User_Manual/Conditional_and_Iterator_Functions
de verdad muchas gracias!!!
Thank you so much! Also we might want to wrap the end result in a union() so that we get one continuous surface right? (not just overlapping hull steps)
I believe that the for loop provides an implicit union over the shapes created within it which is why the intersection_for loop is needed. It is mentioned on this page if you search for "union" en.wikibooks.org/wiki/OpenSCAD_User_Manual/Conditional_and_Iterator_Functions