discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Rotate relative, or make spokes

LB
L Boyd
Tue, Nov 24, 2015 4:34 AM

For( I = [ 0:360/NoArms: 359 ] )  { rotate ( [ 0,0,I])  Etc


Larry

View this message in context: http://forum.openscad.org/Rotate-relative-or-make-spokes-tp14731p14732.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

For( I = [ 0:360/NoArms: 359 ] ) { rotate ( [ 0,0,I]) Etc ----- Larry -- View this message in context: http://forum.openscad.org/Rotate-relative-or-make-spokes-tp14731p14732.html Sent from the OpenSCAD mailing list archive at Nabble.com.
CL
Chow Loong Jin
Tue, Nov 24, 2015 4:51 AM

On Mon, Nov 23, 2015 at 09:34:28PM -0700, L Boyd wrote:

For( I = [ 0:360/NoArms: 359 ] )  { rotate ( [ 0,0,I])  Etc

https://github.com/openscad/MCAD/blob/dev/array/along_curve.scad#L13

Warning: API not stable yet.

--
Kind regards,
Loong Jin

On Mon, Nov 23, 2015 at 09:34:28PM -0700, L Boyd wrote: > For( I = [ 0:360/NoArms: 359 ] ) { rotate ( [ 0,0,I]) Etc https://github.com/openscad/MCAD/blob/dev/array/along_curve.scad#L13 Warning: API not stable yet. -- Kind regards, Loong Jin
H
Hypher
Wed, Dec 2, 2015 1:27 AM

Well, the list managed to not correlate my reply correctly. You can see my
resposne here:
http://forum.openscad.org/Re-Rotate-relative-or-make-spokes-tp14882.html

--
View this message in context: http://forum.openscad.org/Rotate-relative-or-make-spokes-tp14731p14884.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Well, the list managed to not correlate my reply correctly. You can see my resposne here: http://forum.openscad.org/Re-Rotate-relative-or-make-spokes-tp14882.html -- View this message in context: http://forum.openscad.org/Rotate-relative-or-make-spokes-tp14731p14884.html Sent from the OpenSCAD mailing list archive at Nabble.com.