I'm looking to create a shape involving a tube which has a 30 or 45 degree
bend.
The simplest version is a hull on two cylinders but the joint is nasty.
It seems like I should be able to use a section of a torus to accomplish
this, but I'm getting stumped on how to define it.
Thoughts?
--
K1FZY (WA4TPW) SK 9/29/37-4/13/15
http://www.thingiverse.com/thing:71464
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Curved-pipes-tp20478p20479.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
found via this http://lmgtfy.com/?q=openscad+curved+pipe
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Curved-pipes-tp20478p20480.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Perhaps code by Mr. Abakof for spiral extrude or parts of it can help, it has
spiral circle extrude included, if I remember this correctly. To get a pipe,
one has to use same module with just smaller radius and then make Difference
of smaler radius cylinder from larger one.
Difference in radiuses determine pipe wall thickness. Using smaller pieces
positioned at distance from one another and rotated, one can get pipe using
Hull, or if it makes solid then make same thing with smaller raduis and
subtract (make Difference) smaller from larger.
Perhaps it would be necesary to cut off ends if they are closed so leave
pipe somewhat longer on both ends.
--
View this message in context: http://forum.openscad.org/Curved-pipes-tp20478p20618.html
Sent from the OpenSCAD mailing list archive at Nabble.com.