discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

multiple axis twist on linear_extrude?

R
romdj
Mon, Sep 19, 2016 8:46 AM

Hello everyone,
Newcomer here, although longtime reader, I must first of all thank the whole
community as I find Openscad to be an incredible project, so shout out to
the whole community and all the developers involved!

My project is to create a totally custommizable hockey stick with a
blade/curve that you could create/customize yourself.

However for this project, the twist argument is great but it only solves 1
part of the  3dimensional twist the project needs. I've looked inside the
source but no luck so far. Any suggestion(s) is very welcome!

--
View this message in context: http://forum.openscad.org/multiple-axis-twist-on-linear-extrude-tp18419.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hello everyone, Newcomer here, although longtime reader, I must first of all thank the whole community as I find Openscad to be an incredible project, so shout out to the whole community and all the developers involved! My project is to create a totally custommizable hockey stick with a blade/curve that you could create/customize yourself. However for this project, the twist argument is great but it only solves 1 part of the 3dimensional twist the project needs. I've looked inside the source but no luck so far. Any suggestion(s) is very welcome! -- View this message in context: http://forum.openscad.org/multiple-axis-twist-on-linear-extrude-tp18419.html Sent from the OpenSCAD mailing list archive at Nabble.com.
RU
Richard Urwin
Mon, Sep 19, 2016 9:43 AM

Take a look at OEP1:
https://github.com/openscad/openscad/wiki/OEP1%3A-Generalized-extrusion-module

That doesn't seem to have moved since 2014, but there is a proof of concept
user-space implementation:
https://github.com/openscad/list-comprehension-demos

On Mon, Sep 19, 2016 at 9:46 AM, romdj dev.romdj@gmail.com wrote:

Hello everyone,
Newcomer here, although longtime reader, I must first of all thank the
whole
community as I find Openscad to be an incredible project, so shout out to
the whole community and all the developers involved!

My project is to create a totally custommizable hockey stick with a
blade/curve that you could create/customize yourself.

However for this project, the twist argument is great but it only solves 1
part of the  3dimensional twist the project needs. I've looked inside the
source but no luck so far. Any suggestion(s) is very welcome!

--
View this message in context: http://forum.openscad.org/
multiple-axis-twist-on-linear-extrude-tp18419.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


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

Take a look at OEP1: https://github.com/openscad/openscad/wiki/OEP1%3A-Generalized-extrusion-module That doesn't seem to have moved since 2014, but there is a proof of concept user-space implementation: https://github.com/openscad/list-comprehension-demos On Mon, Sep 19, 2016 at 9:46 AM, romdj <dev.romdj@gmail.com> wrote: > Hello everyone, > Newcomer here, although longtime reader, I must first of all thank the > whole > community as I find Openscad to be an incredible project, so shout out to > the whole community and all the developers involved! > > My project is to create a totally custommizable hockey stick with a > blade/curve that you could create/customize yourself. > > However for this project, the twist argument is great but it only solves 1 > part of the 3dimensional twist the project needs. I've looked inside the > source but no luck so far. Any suggestion(s) is very welcome! > > > > > > -- > View this message in context: http://forum.openscad.org/ > multiple-axis-twist-on-linear-extrude-tp18419.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
DS
Dan Shriver
Mon, Sep 19, 2016 12:31 PM

Supposedly the sweep module will accommodate arbitrary paths in space.
On Sep 19, 2016 4:47 AM, "romdj" dev.romdj@gmail.com wrote:

Hello everyone,
Newcomer here, although longtime reader, I must first of all thank the
whole
community as I find Openscad to be an incredible project, so shout out to
the whole community and all the developers involved!

My project is to create a totally custommizable hockey stick with a
blade/curve that you could create/customize yourself.

However for this project, the twist argument is great but it only solves 1
part of the  3dimensional twist the project needs. I've looked inside the
source but no luck so far. Any suggestion(s) is very welcome!

--
View this message in context: http://forum.openscad.org/
multiple-axis-twist-on-linear-extrude-tp18419.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


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

Supposedly the sweep module will accommodate arbitrary paths in space. On Sep 19, 2016 4:47 AM, "romdj" <dev.romdj@gmail.com> wrote: > Hello everyone, > Newcomer here, although longtime reader, I must first of all thank the > whole > community as I find Openscad to be an incredible project, so shout out to > the whole community and all the developers involved! > > My project is to create a totally custommizable hockey stick with a > blade/curve that you could create/customize yourself. > > However for this project, the twist argument is great but it only solves 1 > part of the 3dimensional twist the project needs. I've looked inside the > source but no luck so far. Any suggestion(s) is very welcome! > > > > > > -- > View this message in context: http://forum.openscad.org/ > multiple-axis-twist-on-linear-extrude-tp18419.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
RP
Ronaldo Persiano
Mon, Sep 19, 2016 12:52 PM

It would be easy to add twists to sweep.scad and skin.scad.

2016-09-19 9:31 GMT-03:00 Dan Shriver tabbydan@gmail.com:

Supposedly the sweep module will accommodate arbitrary paths in space.
On Sep 19, 2016 4:47 AM, "romdj" dev.romdj@gmail.com wrote:

Hello everyone,
Newcomer here, although longtime reader, I must first of all thank the
whole
community as I find Openscad to be an incredible project, so shout out to
the whole community and all the developers involved!

My project is to create a totally custommizable hockey stick with a
blade/curve that you could create/customize yourself.

However for this project, the twist argument is great but it only solves 1
part of the  3dimensional twist the project needs. I've looked inside the
source but no luck so far. Any suggestion(s) is very welcome!

--
View this message in context: http://forum.openscad.org/mult
iple-axis-twist-on-linear-extrude-tp18419.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


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

It would be easy to add twists to sweep.scad and skin.scad. 2016-09-19 9:31 GMT-03:00 Dan Shriver <tabbydan@gmail.com>: > Supposedly the sweep module will accommodate arbitrary paths in space. > On Sep 19, 2016 4:47 AM, "romdj" <dev.romdj@gmail.com> wrote: > >> Hello everyone, >> Newcomer here, although longtime reader, I must first of all thank the >> whole >> community as I find Openscad to be an incredible project, so shout out to >> the whole community and all the developers involved! >> >> My project is to create a totally custommizable hockey stick with a >> blade/curve that you could create/customize yourself. >> >> However for this project, the twist argument is great but it only solves 1 >> part of the 3dimensional twist the project needs. I've looked inside the >> source but no luck so far. Any suggestion(s) is very welcome! >> >> >> >> >> >> -- >> View this message in context: http://forum.openscad.org/mult >> iple-axis-twist-on-linear-extrude-tp18419.html >> Sent from the OpenSCAD mailing list archive at Nabble.com. >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
R
romdj
Mon, Sep 19, 2016 3:49 PM

Awesome, I'll give it a shot.
Thank you so much!

--
View this message in context: http://forum.openscad.org/multiple-axis-twist-on-linear-extrude-tp18419p18430.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Awesome, I'll give it a shot. Thank you so much! -- View this message in context: http://forum.openscad.org/multiple-axis-twist-on-linear-extrude-tp18419p18430.html Sent from the OpenSCAD mailing list archive at Nabble.com.