<?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>Thema "Re: elliptische rampe" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/elliptische-rampe/m-p/441603#M1784</link>
    <description>Wow!! Sehr nett!!&lt;BR /&gt; &lt;BR /&gt; Ich hab´ das Ganze auf die etwas primitivere Art gelöst und das Prinzip dokumentiert - ohne PUT und GET, aber auch mit TUBE...&lt;BR /&gt; &lt;BR /&gt; ...für den GDL-Anfänger sozusagen!    &lt;!-- s;) --&gt;&lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;!-- s;) --&gt;   &lt;BR /&gt; &lt;BR /&gt;  &lt;A href="http://mitglied.lycos.de/archicadforum/pdf/TUBE,%20Pfad%20aus%20Schraffur%20gewinnen.pdf" target="_blank"&gt;TUBE, Pfad aus Schraffur gewinnen.pdf&lt;/A&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Gruß, az&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 15. Dezember 2003, 16:47: Beitrag editiert von: Andreas Zeike ]&lt;/SMALL&gt;</description>
    <pubDate>Mon, 15 Dec 2003 15:41:00 GMT</pubDate>
    <dc:creator>andreaszeike</dc:creator>
    <dc:date>2003-12-15T15:41:00Z</dc:date>
    <item>
      <title>elliptische rampe</title>
      <link>https://community.graphisoft.com/t5/Programmierung/elliptische-rampe/m-p/441602#M1783</link>
      <description>neulich kam mal das thema im archicadforum auf:&lt;BR /&gt; gesucht war eine elliptische rampe.&lt;BR /&gt; hab mal eine gemacht, bei der die ellipse als innenkante der rampe genommen wird; die breite dieser rampe bleibt gleich.&lt;BR /&gt; vielleicht gibts ja verbesserungsvorschläge:&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt; !! winka = anfangswinkel&lt;BR /&gt; !! winke endwinkel&lt;BR /&gt; !! zzyzx = höhe&lt;BR /&gt; !! n = auflösung der rampe (je höher umso glatter)&lt;BR /&gt; !! hrm = plattendicke&lt;BR /&gt; !! brm = breite der rampe&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; teilw = (winke-winka)/n&lt;BR /&gt; &lt;BR /&gt; for i = -1 to (n+2)&lt;BR /&gt; teilwn = (i*teilw)+winka&lt;BR /&gt; put a/2 * cos (teilwn)&lt;BR /&gt; put b/2 * sin (teilwn)&lt;BR /&gt; put i*(zzyzx/n)&lt;BR /&gt; put 0&lt;BR /&gt; next i&lt;BR /&gt; &lt;BR /&gt; tube 4,n+3,1+2+16+32,&lt;BR /&gt;     0,0,0,&lt;BR /&gt;     -brm,0,0,&lt;BR /&gt;     -brm,hrm,0,&lt;BR /&gt;     0,hrm,0,&lt;BR /&gt; get ((n+3)*4)&lt;BR /&gt;  :idee:    :winken:    :winken:</description>
      <pubDate>Mon, 15 Dec 2003 15:18:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/elliptische-rampe/m-p/441602#M1783</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2003-12-15T15:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: elliptische rampe</title>
      <link>https://community.graphisoft.com/t5/Programmierung/elliptische-rampe/m-p/441603#M1784</link>
      <description>Wow!! Sehr nett!!&lt;BR /&gt; &lt;BR /&gt; Ich hab´ das Ganze auf die etwas primitivere Art gelöst und das Prinzip dokumentiert - ohne PUT und GET, aber auch mit TUBE...&lt;BR /&gt; &lt;BR /&gt; ...für den GDL-Anfänger sozusagen!    &lt;!-- s;) --&gt;&lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;!-- s;) --&gt;   &lt;BR /&gt; &lt;BR /&gt;  &lt;A href="http://mitglied.lycos.de/archicadforum/pdf/TUBE,%20Pfad%20aus%20Schraffur%20gewinnen.pdf" target="_blank"&gt;TUBE, Pfad aus Schraffur gewinnen.pdf&lt;/A&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Gruß, az&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 15. Dezember 2003, 16:47: Beitrag editiert von: Andreas Zeike ]&lt;/SMALL&gt;</description>
      <pubDate>Mon, 15 Dec 2003 15:41:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/elliptische-rampe/m-p/441603#M1784</guid>
      <dc:creator>andreaszeike</dc:creator>
      <dc:date>2003-12-15T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: elliptische rampe</title>
      <link>https://community.graphisoft.com/t5/Programmierung/elliptische-rampe/m-p/441604#M1785</link>
      <description>@ andreas: &lt;BR /&gt; für freigeformtes ist deine methode natürlich die bessere (weil flexibler)&lt;BR /&gt; anschauliche anleitung übrigens!&lt;BR /&gt; .&lt;BR /&gt; hier hab ich noch einen:&lt;BR /&gt; habs mal mit tubea probiert, tubea verlängert einen offenen poligonzug (y&amp;gt;0) nach "unten" zur x-achse; im klartext heisst das, die rampe wird als massivkörper erzeugt, der auf der 0-ebene aufsitzt:&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;    teilw = (winke-winka)/n&lt;BR /&gt;     for i = -1 to (n+2)&lt;BR /&gt;     teilwn = (i*teilw)+winka&lt;BR /&gt;     put a/2 * cos (teilwn)&lt;BR /&gt;     put b/2 * sin (teilwn)&lt;BR /&gt;     put i*(zzyzx/n)&lt;BR /&gt;     next i&lt;BR /&gt;     if hrm = 0 then hrm = 0.0001&lt;BR /&gt;     tubea 2,n+3,1+2+16+32,&lt;BR /&gt;         -brm,hrm,0,&lt;BR /&gt;         0,hrm,0,&lt;BR /&gt;     get ((n+3)*3)bedingung: hrm darf nicht 0 sein, sonst wirft's fehlermeldungen aus&lt;BR /&gt;    :winken:&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 16. Dezember 2003, 11:54: Beitrag editiert von: zzyzx ]&lt;/SMALL&gt;</description>
      <pubDate>Tue, 16 Dec 2003 10:51:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/elliptische-rampe/m-p/441604#M1785</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2003-12-16T10:51:00Z</dc:date>
    </item>
  </channel>
</rss>

