<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 3D Equation Curve to Create A Fibonacci Spiral in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/5744173#M366699</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with the values to create the reverse of what I have achieved which in effect is a reversed Fibonacci Spiral.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My radii are reducing from the centre outwards where in fact they should be increasing in line with the Golden Ratio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cjj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180586i8854EA3F8C6959D6/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Fibonacci-Spiral_2.jpg" title="Fibonacci-Spiral_2.jpg" border="0" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2015 03:07:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-28T03:07:37Z</dc:date>
    <item>
      <title>3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/5744173#M366699</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with the values to create the reverse of what I have achieved which in effect is a reversed Fibonacci Spiral.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My radii are reducing from the centre outwards where in fact they should be increasing in line with the Golden Ratio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cjj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180586i8854EA3F8C6959D6/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Fibonacci-Spiral_2.jpg" title="Fibonacci-Spiral_2.jpg" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 03:07:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/5744173#M366699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T03:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/5753575#M366700</link>
      <description>&lt;P&gt;Hi cjj,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me show you how I would create a 2D golden spiral. Once&amp;nbsp;you understand this in 2D, you should be able to figure out how to do this in 3D. All angles are in&amp;nbsp;radians, not degrees, in this post. &amp;nbsp;I used the equations from following Wiki pages:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Golden_ratio" target="_blank"&gt;https://en.wikipedia.org/wiki/Golden_ratio&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://en.wikipedia.org/wiki/Golden_spiral" target="_blank"&gt;https://en.wikipedia.org/wiki/Golden_spiral&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://en.wikipedia.org/wiki/Logarithmic_spiral" target="_blank"&gt;https://en.wikipedia.org/wiki/Logarithmic_spiral&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add the following user parameters:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;num_turns = 4&lt;BR /&gt;a = 1.0&lt;BR /&gt;Phi = ( 1 + sqrt(5) ) / 2&lt;BR /&gt;b = ln( Phi ) / ( PI/2 )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where &lt;STRONG&gt;Phi&lt;/STRONG&gt; is the &lt;STRONG&gt;golden ratio&lt;/STRONG&gt; and &lt;STRONG&gt;b&lt;/STRONG&gt; is the &lt;STRONG&gt;growth factor&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/181541i27B2494AF711759D/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="user_param.png" title="user_param.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The equation for the &lt;STRONG&gt;golen spiral&lt;/STRONG&gt;, using the polar coordinate system, is the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;r(t) = a * exp( b * t )&lt;/P&gt;
&lt;P&gt;theta(t) = 1 rad * t&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;t min = 0&lt;BR /&gt;t max = num_turns * (2*PI)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/181542i0C8F7C335945A20D/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="golden_spiral.png" title="golden_spiral.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can change the spiral direction by adding a minus sign to r(t).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you prefer the Cartesian coordinate system, use this equation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;x(t) = a * exp( b * t ) * cos( 1 rad * t )&lt;BR /&gt;y(t) = a * exp( b * t ) * sin( 1 rad * t )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Play with the &lt;STRONG&gt;growth factor&lt;/STRONG&gt; by changing the user parameter &lt;STRONG&gt;b&lt;/STRONG&gt;. For example, 1/4, 1/10, 1/20, etc. &amp;nbsp;The parameter &lt;STRONG&gt;a&lt;/STRONG&gt; is just a scale.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/181543i9AE50A034F64528B/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="a1b1_10.png" title="a1b1_10.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/181544iCF9D7718B2EB4B3C/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="a1b1_20.png" title="a1b1_20.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/181545i26FC5880E94D6F27/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="a2b1_20.png" title="a2b1_20.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;BR /&gt;Glenn&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2015 06:23:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/5753575#M366700</guid>
      <dc:creator>glenn-chun</dc:creator>
      <dc:date>2015-08-03T06:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/5755505#M366701</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Dear Glenn,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much. I would not have got to this point in a month of Sundays, so I cannot express adequately my&amp;nbsp;gratitude other than to say your help will save countless thousands of cancer sufferers lives in due course.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you assist my mathematical&amp;nbsp;naivety by helping me with two further issues please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is my understanding that each rotation of the spiral should be at the exact same angle to the centre. Yet as you can see from roughly generated sketch 1 below, the angle is rotating in the opposite direction to the rotation of the coil with every turn. The uneveness in the rotation I suspect is due to my hasty sketch!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And how can I control the smallest internal radii for as you can see it goes somewhat&amp;nbsp;haywire in the centre, mainly I suspect because of the very small values. But also as I want to sweep a profile along the spiral path to generate a wire coil, there is a limit to the closeness of the spiral paths. I realise I could cut through an overlay of the spiral to cut the centre section out but I would prefer to control it properly in the first instance, if that is possible please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The third sketch is of my parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again, thank you so very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been struggling with this on and off for nearly two weeks! (night and day!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will simply 3D project this 2D sketch onto a a solid to create my 3D Spiral Coil.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cjj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/181686iDAE7AD1879014080/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Glenn_1.jpg" title="Glenn_1.jpg" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/181687i92F961E3FE4CFC9F/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Glenn_2.jpg" title="Glenn_2.jpg" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/181689iCF89C043A728A5AF/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Glenn_3.jpg" title="Glenn_3.jpg" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 03:12:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/5755505#M366701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-04T03:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/5916965#M366702</link>
      <description>&lt;P&gt;that is a great solution! thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2015 01:33:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/5916965#M366702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-20T01:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8044181#M366703</link>
      <description>&lt;HR /&gt;&lt;P&gt;&lt;BR /&gt;Hi there guys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a quick question from here in NZ.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would like to create a 3d model of the golden ratio spiral. As in link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=qLU_Igs7hKs" target="_blank"&gt;https://www.youtube.com/watch?v=qLU_Igs7hKs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would program would I use? Inventor, AutoCAD, fusion, 3DS MAX&amp;nbsp;or Maya?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The equations for 3d golden spiral modelling are as such, apparently:&lt;/P&gt;&lt;P&gt;Formula Fibonacci spiral&lt;BR /&gt;X(t)=sin(pi*t)*exp(t); Y(t)=cos(pi*t)* exp(t); Z(t)=0&lt;BR /&gt;If by the third, Z axis, instead of zero, set only exponential "exp(t)", the formula would be like this&lt;BR /&gt;X(t)=sin(t*pi)*exp(t); Y(t)=cos(t*pi)*exp(t); Z(t)=exp(t)&lt;BR /&gt;We get to 3D Fibonacci formula of spiral&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that's making sense guys.&lt;/P&gt;&lt;P&gt;Thanks, looking forward to any input.&lt;/P&gt;&lt;P&gt;Cheers B Lub.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 06:56:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8044181#M366703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T06:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8045794#M366704</link>
      <description>&lt;P&gt;Hi! This can be done in Equation Driven Curve in Inventor easily. Please take a look at post#2 in the thread and follow the instruction. Let me know if you have additional questions.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 19:34:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8045794#M366704</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2018-06-04T19:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8046198#M366705</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&amp;nbsp;I see that you are visiting as a new member to the Inventor Forum.&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;Welcome to the Autodesk Community!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have documentation you are trying to follow along or something you want to recreate?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can attach your attempt here for community experts to comment on further that would be helpful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;Please select the &lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt; button if a post solves your issue or answers your question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 00:07:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8046198#M366705</guid>
      <dc:creator>kelly.young</dc:creator>
      <dc:date>2018-06-05T00:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8049017#M366706</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;what version of Inventor are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want it to be parametric so you can drive the distance or animate? If so you'd have to setup the &lt;STRONG&gt;Equation Driven Curve&lt;/STRONG&gt; as stated prior. Here is a quick setup that might help made with 2019.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FibSpiral.png" style="width: 968px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/508921i1FCC8C3D83E36B2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="FibSpiral.png" alt="FibSpiral.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;Please select the &lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt; button if a post solves your issue or answers your question.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:16:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8049017#M366706</guid>
      <dc:creator>kelly.young</dc:creator>
      <dc:date>2018-06-05T22:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8051992#M366707</link>
      <description>&lt;P&gt;Hey guys thanks for the prompt responses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am using Inventor 2019. I have opened the Fibonacci spiral file attachment into Inventor.&lt;/P&gt;&lt;P&gt;That is basically the shape I am after. A 3d version of the spiral. So that is great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://autode.sk/2JgeZW4" target="_blank"&gt;https://autode.sk/2JgeZW4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The next step I am after&amp;nbsp;would be to formulate it&amp;nbsp;in a parametric equation so that it can be animated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is if someone could upload a workflow displaying the parametric equations for a 3d golden ratio spiral that can be used for animations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to input the functions above from earlier&amp;nbsp;posts but I have had no success in the 3d version of the parametric equation with Cartesian co-ordinate system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again many thanks for the help.&lt;/P&gt;&lt;P&gt;Regards Borei.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 23:56:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8051992#M366707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-06T23:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8052293#M366708</link>
      <description>&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;it would work with excel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-06-07 07_40_36-Microsoft Excel - Archimedes Spiral.xls  [Kompatibilitätsmodus].png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/509441i8901D4E2A1A58992/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-06-07 07_40_36-Microsoft Excel - Archimedes Spiral.xls  [Kompatibilitätsmodus].png" alt="2018-06-07 07_40_36-Microsoft Excel - Archimedes Spiral.xls  [Kompatibilitätsmodus].png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-06-07 07_41_07-Autodesk Inventor 2016 - [Archimedes Spiral.ipt].png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/509440i5E98D9EB3BEB539E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-06-07 07_41_07-Autodesk Inventor 2016 - [Archimedes Spiral.ipt].png" alt="2018-06-07 07_41_07-Autodesk Inventor 2016 - [Archimedes Spiral.ipt].png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 05:43:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8052293#M366708</guid>
      <dc:creator>S_May</dc:creator>
      <dc:date>2018-06-07T05:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8054543#M366709</link>
      <description>Hey guys. Thanks for the input.&lt;BR /&gt;&lt;BR /&gt;By the way i have used the instructions from post #2.&lt;BR /&gt;The parameters and user inputs from post worked for a 2d equation curve&lt;BR /&gt;&lt;BR /&gt;I would just need guidance for the 3d parametric curve if possible&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2018 22:46:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8054543#M366709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-07T22:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8080475#M366710</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have just used formulas from above post and got this.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="3d fibonachi.png" style="width: 769px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/514314iF9FB10114B4B12CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="3d fibonachi.png" alt="3d fibonachi.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that not what you need?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 15:12:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/8080475#M366710</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-06-20T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/10507378#M366711</link>
      <description>&lt;P&gt;I don’t know if this will help you and although not as cool as all these 3D computer cad pieces of work... but I didn’t see this info so I thought I’d add it. &amp;nbsp;But one time I spent an hour or two plotting out all the math of a 3D fib spiral and what I came to was the 3D plotted points... as I got to the 3D spatial location after I used a good portion of my afternoon doing a bunch of calculus was that in 3D space ... was the 3rd dimension was actually the next set of the Sam fib numbers in 3D space...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 05:53:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/10507378#M366711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-30T05:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/10519503#M366712</link>
      <description>&lt;P&gt;Thank you for this. I will check it out later but in the meantime, I am most grateful.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 11:37:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/10519503#M366712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-04T11:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Equation Curve to Create A Fibonacci Spiral</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/10519701#M366713</link>
      <description>When you do let me know if that’s what you got as well&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:52:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/3d-equation-curve-to-create-a-fibonacci-spiral/m-p/10519701#M366713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-04T12:52:33Z</dc:date>
    </item>
  </channel>
</rss>

