<?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: Gedrehte Holzstütze" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452655#M3196</link>
    <description>Wahrscheinlich änderst du 'd' im 3D-Skript, aber nicht im 2D-Skript?&lt;BR /&gt; Lege doch dafür einen Parameter in der Parameterliste an. Dann mußt du aber alle "d="-Zeilen aus allen Skripts entfernen.</description>
    <pubDate>Wed, 01 Feb 2006 09:25:00 GMT</pubDate>
    <dc:creator>Frank Beister</dc:creator>
    <dc:date>2006-02-01T09:25:00Z</dc:date>
    <item>
      <title>Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452635#M3176</link>
      <description>Hy alle miteinander.&lt;BR /&gt; &lt;BR /&gt; Bin auf der Suche nach einer Gedrehten Holzsäule oder einen gedrehten Baluster hat jemand eine Ahnung wo ich so was herbekomme. &lt;BR /&gt; &lt;BR /&gt; Habe die schon das Forum duchgesucht aber nicht dergleichen gefunden. &lt;BR /&gt; &lt;BR /&gt; Bitte um hilfe</description>
      <pubDate>Mon, 30 Jan 2006 17:43:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452635#M3176</guid>
      <dc:creator />
      <dc:date>2006-01-30T17:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452636#M3177</link>
      <description>Dann lege dir mal ein neues GDL-Objekt an, kopiere das ins 3D-Skript und nimm dir mal das GDL-Handbuch und spiele mal ein bißchen mit dem TUBE-Befehl:&lt;BR /&gt; &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;!**** Kreis&lt;BR /&gt; e=0.02 !Exzentrik&lt;BR /&gt; d=0.1 !Abmessungen&lt;BR /&gt; w=2880 !Gesamtdrehwinkel&lt;BR /&gt; h=0.9 !Höhe&lt;BR /&gt; n=50 !Schritte&lt;BR /&gt; &lt;BR /&gt; for i=-1 to n+1&lt;BR /&gt;   put 0,0,i*h/n,i*w/(n+2)&lt;BR /&gt;   next i&lt;BR /&gt; &lt;BR /&gt; TUBE 2, n+3, 1+2+16+32,&lt;BR /&gt; !Form&lt;BR /&gt; e,e,901,&lt;BR /&gt; d/2,360,4001,&lt;BR /&gt; !Pfad&lt;BR /&gt; get((n+3)*4)&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; addx d*4&lt;BR /&gt; &lt;BR /&gt; !**** Quadrat&lt;BR /&gt; e=-0.02 !Exzentrik&lt;BR /&gt; d=0.1 !Abmessungen&lt;BR /&gt; w=720 !Gesamtdrehwinkel&lt;BR /&gt; h=0.9 !Höhe&lt;BR /&gt; n=40 !Schritte&lt;BR /&gt; &lt;BR /&gt; for i=-1 to n+1&lt;BR /&gt;   put 0,0,i*h/n,i*w/(n+2)&lt;BR /&gt;   next i&lt;BR /&gt; &lt;BR /&gt; TUBE 4, n+3, 1+2+16+32,&lt;BR /&gt; !Form&lt;BR /&gt; e,e,0,&lt;BR /&gt; e+d,e,0,&lt;BR /&gt; e+d,e+d,0,&lt;BR /&gt; e,e+d,0,&lt;BR /&gt; !Pfad&lt;BR /&gt; get((n+3)*4)&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 31. Januar 2006, 00:57: Beitrag editiert von: Frank Beister ]&lt;/SMALL&gt;</description>
      <pubDate>Mon, 30 Jan 2006 23:55:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452636#M3177</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-01-30T23:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452637#M3178</link>
      <description>Danke für deine Antwort, kann leider noch nicht viel anfangen mit dem programmieren der GDL´s bin erst am anfang vom Gld Handbuch. weis keiner ein Biblithekselement zum download.</description>
      <pubDate>Tue, 31 Jan 2006 08:38:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452637#M3178</guid>
      <dc:creator />
      <dc:date>2006-01-31T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452638#M3179</link>
      <description>&lt;A href="http://www.opengdl.org/gdl-de/00020/GedrehteS.zip" target="_blank"&gt;Gedrehte Säule&lt;/A&gt;.</description>
      <pubDate>Tue, 31 Jan 2006 08:48:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452638#M3179</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-01-31T08:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452639#M3180</link>
      <description>Danke hat sich aber erübrigt habe mr jetzt eine aus der Spirale zusammengebastelt und das sieht wirklich super aus.</description>
      <pubDate>Tue, 31 Jan 2006 09:17:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452639#M3180</guid>
      <dc:creator />
      <dc:date>2006-01-31T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452640#M3181</link>
      <description>Habe die Sirale jetzt in das Masersript eingefügt.&lt;BR /&gt; &lt;BR /&gt; PEN          7&lt;BR /&gt; ADD2     11.19600311621, -338.1949298181&lt;BR /&gt; CALL    "Spirale" PARAMETERS A =         0.09, B =         0.09, zzyzx =          1.6,&lt;BR /&gt;         gs_detlevel_3D = "Detailiert", sang =         5760, rac =         0.02,&lt;BR /&gt;         rat =         0.05, gs_resol =     32, gs_shadow =      1,&lt;BR /&gt;         AC_show2DHotspotsIn3D =      1, gs_axis =      1, gs_axis_line = IND(LINE_TYPE,"LT_6"),&lt;BR /&gt;         gs_cont_pen =      3, gs_fill_type = IND(FILL,"Leer (2)"),&lt;BR /&gt;         gs_fill_pen =     91, gs_back_pen =     91, gs_prim_mat = IND(MATERIAL,"Wand-Lavender-grau"),&lt;BR /&gt;         gs_list_cost =            0, gs_list_manufacturer = "", gs_list_note = "",&lt;BR /&gt;         gs_list_location = "", gs_list_accessories = "", FM_Type = "Andere",&lt;BR /&gt;         FM_InventoryNumber = "", FM_SerialNumber = "", FM_ProductionYear = "",&lt;BR /&gt;         FM_ObjectWeight =            0, FM_ObjectWeightUnit = "kg",&lt;BR /&gt;         gs_list_custom1 = "", gs_list_custom2 = "", gs_list_custom3 = "",&lt;BR /&gt;         gs_list_custom4 = "", gs_list_custom5 = ""&lt;BR /&gt; DEL          1&lt;BR /&gt; &lt;BR /&gt; fals die Stützte weiterverwendet wird. &lt;BR /&gt; Ich hoffe das funktioniert.&lt;BR /&gt; &lt;BR /&gt; mfg olddirdy</description>
      <pubDate>Tue, 31 Jan 2006 09:25:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452640#M3181</guid>
      <dc:creator />
      <dc:date>2006-01-31T09:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452641#M3182</link>
      <description>sowas ähnliches hatten wir doch hier schonmal: &lt;BR /&gt;  &lt;A href="http://www.archiforum.info/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=3;t=003418;p=1#000003" target="_blank"&gt;Thema: gewundene Säule (september 2004)&lt;/A&gt; &lt;BR /&gt; &lt;BR /&gt; ... ist eigentlich auch ein schönes thema, um sich ein wenig ins gdl einzuarbeiten ... &lt;BR /&gt;   :winken:</description>
      <pubDate>Tue, 31 Jan 2006 10:18:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452641#M3182</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2006-01-31T10:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452642#M3183</link>
      <description>Ja hab mich jetzt mit den Scrips beschäftigt. nur habe ich keine Säule so hinbekommen wie ich sie mir vorstelle. es funktioniert nur mit der Spiale und wenn ich die Spirale so eng zusammendrücke wird der rechner überlasste und das script der Spirale ist mir zu kompliziert. &lt;BR /&gt; gar nicht einfach. fals jemand noch ander foschläge hat nur her damit. Bin auf jedes script gespannt. ist wirklich ein schönes thema. &lt;BR /&gt; &lt;BR /&gt; mfg olddirdy</description>
      <pubDate>Tue, 31 Jan 2006 11:50:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452642#M3183</guid>
      <dc:creator />
      <dc:date>2006-01-31T11:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452643#M3184</link>
      <description>Was hast du denn vor? In GDL gibt es zwei Wege: SWEEP oder TUBE. In meinem Beispiel geht es mit TUBE. Ist aber auch leicht mit SWEEP zu ersetzen. Von DNC gibt es eine Helix, allerdings mit Verjüngung in 3D. Die habe ich mal modifiziert. Ich weiß nicht, ob die hier irgendwo noch "rumliegt" - mal SUCHEN; aber die dürfte auch nicht besser geeignet sein als das Skript oben.&lt;BR /&gt; &lt;BR /&gt; Poste mal ein Bild. Du wirst hier wohl kaum eine Kollektion aller denkbarer Stützen bekommen.&lt;BR /&gt; &lt;BR /&gt; Dein oben gepostetes Skript ist übrigens nur bedingt hilfreich, denn es macht nichts anderes als die Spirale mit bestimmten Einstellungen aufzurufen. Da kannst du auch gleich das Spiralenobjekt selbst nehmen.</description>
      <pubDate>Tue, 31 Jan 2006 12:23:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452643#M3184</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-01-31T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452644#M3185</link>
      <description>Kann ich nicht vom pc bilder uploaden</description>
      <pubDate>Tue, 31 Jan 2006 12:34:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452644#M3185</guid>
      <dc:creator />
      <dc:date>2006-01-31T12:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452645#M3186</link>
      <description>Ein Bild irgendwo per ftp auf eine www-Seite (so du Zugang zu solcher hast) legen und hier verlinken. Oder eine passende Abbildung im Netz suchen und hierher verlinken.</description>
      <pubDate>Tue, 31 Jan 2006 12:42:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452645#M3186</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-01-31T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452646#M3187</link>
      <description>&lt;A href="http://www.bei-mir-gehts-rund.de/Ausstellung/Baluster/Baluster_29.jpg" target="_blank"&gt;Gedrehter Baluster&lt;/A&gt; &lt;BR /&gt; &lt;BR /&gt; so soll die Säule aussehen nur das das geddrehte noch ein wenig enger sein soll.</description>
      <pubDate>Tue, 31 Jan 2006 13:07:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452646#M3187</guid>
      <dc:creator />
      <dc:date>2006-01-31T13:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452647#M3188</link>
      <description>Genau das solltest du in dem Thread, den zzyzx genannt hat finden.&lt;BR /&gt; &lt;BR /&gt; Tausche in dem Objekt oben einfach folgendes aus:&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;TUBE 2, n+3, 1+2+16+32,&lt;BR /&gt;     !Form&lt;BR /&gt;     e,e,901,&lt;BR /&gt;     d/2,360,4001,&lt;BR /&gt;     !Pfad&lt;BR /&gt;     get((n+3)*4)durch&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;d=d/2&lt;BR /&gt; TUBE 13, n+3, 1+2+16+32,&lt;BR /&gt;     !Form&lt;BR /&gt;     -d, d, 1, &lt;BR /&gt;      0, d, 900, &lt;BR /&gt;      0, -180, 4001, &lt;BR /&gt;      d, d, 1, &lt;BR /&gt;      d, 0, 900, &lt;BR /&gt;      0, -180.0, 4001, &lt;BR /&gt;      d, -d, 1, &lt;BR /&gt;     -0.0, -d, 900, &lt;BR /&gt;      0, -180, 4001, &lt;BR /&gt;     -d, -d, 1, &lt;BR /&gt;     -d, 0, 900, &lt;BR /&gt;      0, -180, 4001, &lt;BR /&gt;     -d, d, -1,&lt;BR /&gt;     !Pfad&lt;BR /&gt;     get((n+3)*4)&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 31. Januar 2006, 14:53: Beitrag editiert von: Frank Beister ]&lt;/SMALL&gt;</description>
      <pubDate>Tue, 31 Jan 2006 13:52:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452647#M3188</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-01-31T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452648#M3189</link>
      <description>Hab ich gemacht aber gefallen tut mir das aber nicht. es ist so kantig. &lt;BR /&gt; &lt;BR /&gt; na ist auch egal wenn man es nicht hinbekommt kann man ja nichts machen. &lt;BR /&gt; &lt;BR /&gt; Danke trotzdem. &lt;BR /&gt; &lt;BR /&gt; mfg olddirdy</description>
      <pubDate>Tue, 31 Jan 2006 14:15:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452648#M3189</guid>
      <dc:creator />
      <dc:date>2006-01-31T14:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452649#M3190</link>
      <description>In OpenGL superglatt. Rundungsauflösung &amp;gt;=24, Hohenauflösung 50, Komplettdrehung 540°. Kompletthöhe 90cm. Bei mir prima.</description>
      <pubDate>Tue, 31 Jan 2006 14:36:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452649#M3190</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-01-31T14:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452650#M3191</link>
      <description>Danke hab es jetzt auch entlich geschafft. war ja eine richtig schwierige geburt. habe den Fehler gemacht das ich den drehwinkel auf 2880 gehabt habe dadurch hat es bei mir schon schlimm ausgesehen. &lt;BR /&gt; &lt;BR /&gt; mfg olddirdy</description>
      <pubDate>Tue, 31 Jan 2006 14:59:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452650#M3191</guid>
      <dc:creator />
      <dc:date>2006-01-31T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452651#M3192</link>
      <description>ja, bei mir auch kein problem bezüglich glättung, &lt;BR /&gt; &lt;BR /&gt; ggf einfach mal andere (höhere) werte für die glättung eintragen. &lt;BR /&gt; &lt;BR /&gt; wobei ich da vor allem am übergang basis-schaft und oben schaft-kapitell die grösseren probleme sehe...</description>
      <pubDate>Tue, 31 Jan 2006 15:04:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452651#M3192</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2006-01-31T15:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452652#M3193</link>
      <description>Da hatten wir doch mal ein Objekt, das einen Kubus auf eine Säule verzogen hat...</description>
      <pubDate>Tue, 31 Jan 2006 15:40:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452652#M3193</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-01-31T15:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452653#M3194</link>
      <description>Eine kleine Farge hab ich noch. &lt;BR /&gt; &lt;BR /&gt; ich habe mir jetzt eom 2d Script gemacht und mit der d- Varible geschrieben und wenn ich jetzt bei der Säule d verändere ändert es sich in 2D nicht. wie kommt das. &lt;BR /&gt; &lt;BR /&gt; Das script&lt;BR /&gt; circle2 0, 0, d&lt;BR /&gt; arc2 0.05, 0, d/2, -90, 90&lt;BR /&gt; arc2 0, -0.05, d/2, -180, 0&lt;BR /&gt; arc2 -0.05, 0, d/2, 90, -90&lt;BR /&gt; arc2 0, 0.05, d/2, 0, -180</description>
      <pubDate>Tue, 31 Jan 2006 15:43:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452653#M3194</guid>
      <dc:creator />
      <dc:date>2006-01-31T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gedrehte Holzstütze</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452654#M3195</link>
      <description>also bei mir funktioniert dein skript; mit d=0,1 sieht's auch "richtig" aus. &lt;BR /&gt; &lt;BR /&gt; wenn du die kreismittelpunkte auch von d abhängig machst, dann passt's (vermute ich): &lt;BR /&gt; &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; circle2 0, 0, d&lt;BR /&gt; arc2 d/2, 0, d/2, -90, 90&lt;BR /&gt; arc2 0, -d/2, d/2, -180, 0&lt;BR /&gt; arc2 -d/2, 0, d/2, 90, -90&lt;BR /&gt; arc2 0, d/2, d/2, 0, -180&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2006 08:52:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Gedrehte-Holzst%C3%BCtze/m-p/452654#M3195</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2006-02-01T08:52:00Z</dc:date>
    </item>
  </channel>
</rss>

