discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] pyopenscad spline-based curved box function

P
Parkinbot
Tue, Mar 8, 2016 10:51 PM

Why would one use splines for that? In OpenScad just a few lines:

$fn = 50;
minkowski()
{
sphere(5);
cube([20, 30, 10]);
}

--
View this message in context: http://forum.openscad.org/pyopenscad-spline-based-curved-box-function-tp16353p16355.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Why would one use splines for that? In OpenScad just a few lines: $fn = 50; minkowski() { sphere(5); cube([20, 30, 10]); } -- View this message in context: http://forum.openscad.org/pyopenscad-spline-based-curved-box-function-tp16353p16355.html Sent from the OpenSCAD mailing list archive at Nabble.com.