<?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 cycloid in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88159#M46028</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;hi!&lt;BR /&gt;
&lt;BR /&gt;
i work with archicad 11 on windows vista and i need to draw a cycloid; is there a way to do it? is there any generator?&lt;BR /&gt;
&lt;BR /&gt;
thank you...&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 20 Nov 2007 16:31:54 GMT</pubDate>
    <dc:creator>adbestias</dc:creator>
    <dc:date>2007-11-20T16:31:54Z</dc:date>
    <item>
      <title>cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88159#M46028</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;hi!&lt;BR /&gt;
&lt;BR /&gt;
i work with archicad 11 on windows vista and i need to draw a cycloid; is there a way to do it? is there any generator?&lt;BR /&gt;
&lt;BR /&gt;
thank you...&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Nov 2007 16:31:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88159#M46028</guid>
      <dc:creator>adbestias</dc:creator>
      <dc:date>2007-11-20T16:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88160#M46029</link>
      <description>Are you looking to include gravity in this or just the path that a point on a circle takes as it rolls? Either way it doesn't look like an easy task.</description>
      <pubDate>Wed, 21 Nov 2007 23:08:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88160#M46029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-21T23:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88161#M46030</link>
      <description>hi! (i'm not sure if i understood «include gravity».)&lt;BR /&gt;
&lt;BR /&gt;
i need to create a roof wich form is generated by a cycloid; the only way i see to do this is by creating a complex profile with the cycloid, and then the roof.&lt;BR /&gt;
&lt;BR /&gt;
thank you!</description>
      <pubDate>Fri, 23 Nov 2007 09:50:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88161#M46030</guid>
      <dc:creator>adbestias</dc:creator>
      <dc:date>2007-11-23T09:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88162#M46031</link>
      <description>This is a good start.&lt;A href="http://en.wikipedia.org/wiki/Cycloid" target="_blank"&gt;en.wikipedia.org/wiki/Cycloid&lt;/A&gt; I've given it a shot but scripting this thing is above me so far. Maybe some guru with some spare time could show us the way! Doug</description>
      <pubDate>Sat, 24 Nov 2007 00:15:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88162#M46031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-24T00:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88163#M46032</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
You can create an new GDL object&lt;BR /&gt;
and use the parametric equation of a&lt;BR /&gt;
cycloid ?&lt;BR /&gt;
all the best&lt;BR /&gt;
Jean-Luc&lt;BR /&gt;
&lt;BR /&gt;
---------3D script------------------------&lt;BR /&gt;
R=10&lt;BR /&gt;
&lt;BR /&gt;
ROTY 45&lt;BR /&gt;
TUBE 4, 12, 16+32,&lt;BR /&gt;
&lt;BR /&gt;
-----4 nodes for the rectangle---------&lt;BR /&gt;
2.0, 0.0, 0,&lt;BR /&gt;
0.0, 0.0, 0,&lt;BR /&gt;
0.0, 0.4, 0,&lt;BR /&gt;
2.0, 0.4, 0,&lt;BR /&gt;
&lt;BR /&gt;
---------12 nodes to describe the 3d cycloid curve-------&lt;BR /&gt;
R*(15*pi/180-sin(15)),0, R*(1-cos(15)), 0,&lt;BR /&gt;
R*(30*pi/180-sin(30)),0, R*(1-cos(30)), 0,&lt;BR /&gt;
R*(45*pi/180-sin(45)),0, R*(1-cos(45)), 0,&lt;BR /&gt;
R*(60*pi/180-sin(60)),0, R*(1-cos(60)), 0,&lt;BR /&gt;
&lt;BR /&gt;
R*(75*pi/180-sin(75)),0, R*(1-cos(75)), 0,&lt;BR /&gt;
R*(90*pi/180-sin(90)),0, R*(1-cos(90)), 0,&lt;BR /&gt;
R*(105*pi/180-sin(105)),0, R*(1-cos(105)), 0,&lt;BR /&gt;
R*(120*pi/180-sin(120)),0, R*(1-cos(120)), 0,&lt;BR /&gt;
&lt;BR /&gt;
R*(135*pi/180-sin(135)),0, R*(1-cos(135)), 0,&lt;BR /&gt;
R*(150*pi/180-sin(150)),0, R*(1-cos(150)), 0,&lt;BR /&gt;
R*(165*pi/180-sin(165)),0, R*(1-cos(165)), 0,&lt;BR /&gt;
R*(180*pi/180-sin(180)),0, R*(1-cos(180)), 0</description>
      <pubDate>Sat, 24 Nov 2007 14:26:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88163#M46032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-24T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88164#M46033</link>
      <description>Who will notice the difference?!? &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;</description>
      <pubDate>Sat, 24 Nov 2007 14:36:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88164#M46033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-24T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88165#M46034</link>
      <description>&lt;BLOCKQUOTE&gt;Who will notice the difference?!? &lt;/BLOCKQUOTE&gt;

I thought of that too Kliment. Just seemed too easy! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Sat, 24 Nov 2007 14:53:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88165#M46034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-24T14:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88166#M46035</link>
      <description>may be it matters to people&lt;BR /&gt;
dealing with strength of materials ?&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_rolleyes.gif" style="display : inline;" /&gt;</description>
      <pubDate>Sat, 24 Nov 2007 15:05:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88166#M46035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-24T15:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88167#M46036</link>
      <description>&lt;BLOCKQUOTE&gt;hi! (i'm not sure if i understood «include gravity».)&lt;BR /&gt;
&lt;BR /&gt;
i need to create a roof wich form is generated by a cycloid; the only way i see to do this is by creating a complex profile with the cycloid, and then the roof.&lt;BR /&gt;
&lt;BR /&gt;
thank you!&lt;/BLOCKQUOTE&gt;

Create a Barrel-Vaulted Roof&lt;BR /&gt;
Roof Tool &amp;gt; Barrel Vaulted &amp;gt; Click on Cycloid by Magic Wand</description>
      <pubDate>Sun, 25 Nov 2007 09:53:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88167#M46036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-25T09:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88168#M46037</link>
      <description>That diagram is a work of art, Beart!</description>
      <pubDate>Tue, 27 Nov 2007 06:50:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88168#M46037</guid>
      <dc:creator>Rex Maximilian</dc:creator>
      <dc:date>2007-11-27T06:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88169#M46038</link>
      <description>thank you all for your time!&lt;BR /&gt;
&lt;BR /&gt;
i managed to generate a cycloid with CCycloid 3.4.3 (&lt;A href="http://www.cgl.uwaterloo.ca/~smann/ccycloid/" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.cgl.uwaterloo.ca/~smann/ccycloid/" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;http://www.cgl.uwaterloo.ca/~smann/ccycloid/&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;http://www.cgl.uwaterloo.ca/~smann/ccycloid/&lt;E&gt;&lt;/E&gt;) and then imported the *.dxf file into archicad; still had to use the spline though.&lt;BR /&gt;
&lt;BR /&gt;
jean-luc regnier, thank you for the code!&lt;BR /&gt;
&lt;BR /&gt;
Beart, i couldn't design a barrel vaulted roof with the magic wand; i'll check it out on the manual... thank you!&lt;BR /&gt;
&lt;BR /&gt;
kliment, thank you too but can you try to mirror your half circle... and notice the difference?</description>
      <pubDate>Wed, 28 Nov 2007 11:16:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88169#M46038</guid>
      <dc:creator>adbestias</dc:creator>
      <dc:date>2007-11-28T11:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88170#M46039</link>
      <description>&lt;BLOCKQUOTE&gt;adbestias wrote:&lt;BR /&gt;thank you all for your time!&lt;BR /&gt;
...&lt;BR /&gt;
Beart, i couldn't design a barrel vaulted roof with the magic wand; i'll check it out on the manual... thank you!&lt;BR /&gt;
...
&lt;/BLOCKQUOTE&gt;

1.Drawing Cycloid:</description>
      <pubDate>Thu, 29 Nov 2007 05:39:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88170#M46039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-29T05:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88171#M46040</link>
      <description>2.Create a Barrel-Vaulted Roof&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Roof Tool &amp;gt; Barrel Vaulted &amp;gt; Click on cycloid by Magic Wand&lt;/BLOCKQUOTE&gt;

P.S. Magic Wand : Design &amp;gt; Outline Polygon with Magic Wand (press Space Bar)</description>
      <pubDate>Thu, 29 Nov 2007 05:41:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88171#M46040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-29T05:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: cycloid</title>
      <link>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88172#M46041</link>
      <description>&lt;BLOCKQUOTE&gt;kliment, thank you too but can you try to mirror your half circle... and notice the difference?&lt;/BLOCKQUOTE&gt;

Adbestias,&lt;BR /&gt;
&lt;BR /&gt;
apparently we can approximate a cycloid by a arc of a circle&lt;BR /&gt;
&lt;BR /&gt;
with Radius of circle = 4 * Radius of the circle which generated your cycloid&lt;BR /&gt;
&lt;BR /&gt;
if someone wants to demonstrate that...I don't think it is easy&lt;BR /&gt;
&lt;BR /&gt;
I read somewhere that Galilée thought that the cycloid was the best &lt;BR /&gt;
shape to built a bridge. I am not architect or civil engineer. So may be someone will tell me if it is true just by curiosity...&lt;BR /&gt;
Best regards&lt;BR /&gt;
Jean-Luc&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/7082i912390B44E065591/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Cycloid.jpg" title="Cycloid.jpg" /&gt;</description>
      <pubDate>Thu, 29 Nov 2007 12:30:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/cycloid/m-p/88172#M46041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-29T12:30:00Z</dc:date>
    </item>
  </channel>
</rss>

