<?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 "Parabel erstellen" in Modellierung</title>
    <link>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545029#M59512</link>
    <description>Hallo zusammen,&lt;BR /&gt;&lt;BR /&gt;ich suche nach einer möglichkeit eine Parabel/ Seillinie in Archicad zu erstellen? Gibt es hierzu ein Tool? Da ich weder mit dem Kreis noch der Spline funktion eine "wirkliche" Normalparabel bekomme.&lt;BR /&gt;Eventuell gibt es ja auch eine dwg die man einfügen könnte?&lt;BR /&gt;&lt;BR /&gt;Vielen Dank!</description>
    <pubDate>Thu, 16 May 2019 11:22:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-16T11:22:33Z</dc:date>
    <item>
      <title>Parabel erstellen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545029#M59512</link>
      <description>Hallo zusammen,&lt;BR /&gt;&lt;BR /&gt;ich suche nach einer möglichkeit eine Parabel/ Seillinie in Archicad zu erstellen? Gibt es hierzu ein Tool? Da ich weder mit dem Kreis noch der Spline funktion eine "wirkliche" Normalparabel bekomme.&lt;BR /&gt;Eventuell gibt es ja auch eine dwg die man einfügen könnte?&lt;BR /&gt;&lt;BR /&gt;Vielen Dank!</description>
      <pubDate>Thu, 16 May 2019 11:22:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545029#M59512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-16T11:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parabel erstellen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545030#M59513</link>
      <description>Spline Werkzeug und dann Geometriemethode Bezier Kurve.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://imgbb.com/" target="_blank"&gt;&lt;IMG src="https://i.ibb.co/0GMprQh/parabel.jpg" /&gt;&lt;/A&gt;</description>
      <pubDate>Thu, 16 May 2019 11:34:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545030#M59513</guid>
      <dc:creator>DaveTka</dc:creator>
      <dc:date>2019-05-16T11:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parabel erstellen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545031#M59514</link>
      <description>Was für Punkte und was für Einstellungen (also an den Linien welche zum Anpassen des Winkels sind) muss ich denn Vornehmen um eine Normalparabel zu bekommen?&lt;BR /&gt;&lt;BR /&gt;Freundliche Grüße</description>
      <pubDate>Thu, 16 May 2019 16:28:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545031#M59514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-16T16:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parabel erstellen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545032#M59515</link>
      <description>Wär eher was für GDL - Punte errechnen mit Y = Xhoch2&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;hotspot2 0,0&lt;BR /&gt;&lt;BR /&gt;		dim dx[]&lt;BR /&gt;		dim dy[]&lt;BR /&gt;		&lt;BR /&gt;		Teil = a/Teilungen&lt;BR /&gt;		&lt;BR /&gt;&lt;BR /&gt;			for i = 1 to Teilungen+1&lt;BR /&gt;				&lt;BR /&gt;				dx[i] = Teil*i&lt;BR /&gt;				dy[i] = (Teil*i)^2&lt;BR /&gt;				&lt;BR /&gt;&lt;BR /&gt;		&lt;BR /&gt;				hotspot2 dx[i], dy[i]&lt;BR /&gt;&lt;BR /&gt;			next i&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;			line2 0,0, dx[1], dy[1]&lt;BR /&gt;		&lt;BR /&gt;			for i = 1 to Teilungen&lt;BR /&gt;&lt;BR /&gt;		&lt;BR /&gt;				line2 dx[i], dy[i], dx[i+1], dy[i+1]&lt;BR /&gt;&lt;BR /&gt;			next i&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Ist fürs 2D-Script im GDL. Den Parameter "Teilungen" in der Parameterliste anlegen. Das würde die Hälfte machen - von 0 nach oben.</description>
      <pubDate>Fri, 17 May 2019 15:20:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545032#M59515</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2019-05-17T15:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Parabel erstellen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545033#M59516</link>
      <description>ERKLÄRUNG Kommt gleich:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IFRAME frameborder="0" width="425" height="355" src="https://www.youtube.com/embed/-FgkDwBXCv0" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=-FgkDwBXCv0" target="_blank"&gt;https://www.youtube.com/watch?v=-FgkDwBXCv0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Im Video übersehen - natürlich muss ich das Teil nach dem Herstellen noch abspeichern - dem Teil einen Namen geben, damit es bei den Bibliothekselementen auftaucht...</description>
      <pubDate>Fri, 17 May 2019 15:50:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545033#M59516</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2019-05-17T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Parabel erstellen</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545034#M59517</link>
      <description>Wäre toll wenn diese "math. Funktionen" im Spline-Werkzeug integriert wäre....</description>
      <pubDate>Mon, 20 May 2019 09:20:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Parabel-erstellen/m-p/545034#M59517</guid>
      <dc:creator>surb</dc:creator>
      <dc:date>2019-05-20T09:20:07Z</dc:date>
    </item>
  </channel>
</rss>

