discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

extrude around a curve

DS
Dan Shriver
Sat, Sep 10, 2016 4:24 PM

Are there any tools for taking a curve and "linear_extrude" or
"rotate_extrude" about it?

It would be extremely useful if this could be done.  Likewise using a curve
to define the scaling width of an object being extruded would be nice.

OpenSCAD is very cool, but I'm having trouble navigating the "other"
modules (not bundled with the standard download) out there and what they do
and how they work.

I saw some stuff about arches and am not sure if there is any need for more
arch code (I am working on a "standard gothic arch", ogee arch, and a
catenoid arch (having trouble with that one)).  But this all might be
duplicative.

Are there any tools for taking a curve and "linear_extrude" or "rotate_extrude" about it? It would be extremely useful if this could be done. Likewise using a curve to define the scaling width of an object being extruded would be nice. OpenSCAD is very cool, but I'm having trouble navigating the "other" modules (not bundled with the standard download) out there and what they do and how they work. I saw some stuff about arches and am not sure if there is any need for more arch code (I am working on a "standard gothic arch", ogee arch, and a catenoid arch (having trouble with that one)). But this all might be duplicative.
RP
Ronaldo Persiano
Sat, Sep 10, 2016 9:27 PM

Take a look on sweep.scad and/or skin.scad at
https://github.com/openscad/list-comprehension-demos

2016-09-10 13:24 GMT-03:00 Dan Shriver tabbydan@gmail.com:

Are there any tools for taking a curve and "linear_extrude" or
"rotate_extrude" about it?

It would be extremely useful if this could be done.  Likewise using a
curve to define the scaling width of an object being extruded would be nice.

OpenSCAD is very cool, but I'm having trouble navigating the "other"
modules (not bundled with the standard download) out there and what they do
and how they work.

I saw some stuff about arches and am not sure if there is any need for
more arch code (I am working on a "standard gothic arch", ogee arch, and a
catenoid arch (having trouble with that one)).  But this all might be
duplicative.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Take a look on sweep.scad and/or skin.scad at https://github.com/openscad/list-comprehension-demos 2016-09-10 13:24 GMT-03:00 Dan Shriver <tabbydan@gmail.com>: > Are there any tools for taking a curve and "linear_extrude" or > "rotate_extrude" about it? > > It would be extremely useful if this could be done. Likewise using a > curve to define the scaling width of an object being extruded would be nice. > > OpenSCAD is very cool, but I'm having trouble navigating the "other" > modules (not bundled with the standard download) out there and what they do > and how they work. > > I saw some stuff about arches and am not sure if there is any need for > more arch code (I am working on a "standard gothic arch", ogee arch, and a > catenoid arch (having trouble with that one)). But this all might be > duplicative. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >