<?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: Fiumi-Badewanne von Boffi" in Bibliotheken und Objekte</title>
    <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442737#M5677</link>
    <description>Hier ein Bildchen:   &amp;lt;img src="http://www.domovoy.ru/0301/home/pics/ten_01.jpg" alt=" - " /&amp;gt;</description>
    <pubDate>Wed, 27 Apr 2005 12:07:00 GMT</pubDate>
    <dc:creator>David Kehr</dc:creator>
    <dc:date>2005-04-27T12:07:00Z</dc:date>
    <item>
      <title>Fiumi-Badewanne von Boffi</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442736#M5676</link>
      <description>Ich suche die Fiumi-Badewanne von Boffi als 3D-Objekt, wenn möglich Modell 190/125/55cm. Leider sind beim Hersteller nur Grundriss und Schnitt als pdf erhältlich...&lt;BR /&gt; &lt;BR /&gt; Danke im Voraus&lt;BR /&gt; Gruss, poeik</description>
      <pubDate>Wed, 27 Apr 2005 09:04:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442736#M5676</guid>
      <dc:creator>poeik</dc:creator>
      <dc:date>2005-04-27T09:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiumi-Badewanne von Boffi</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442737#M5677</link>
      <description>Hier ein Bildchen:   &amp;lt;img src="http://www.domovoy.ru/0301/home/pics/ten_01.jpg" alt=" - " /&amp;gt;</description>
      <pubDate>Wed, 27 Apr 2005 12:07:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442737#M5677</guid>
      <dc:creator>David Kehr</dc:creator>
      <dc:date>2005-04-27T12:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiumi-Badewanne von Boffi</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442738#M5678</link>
      <description>Na also, das geht ja nicht einfacher. Das geht doch mit zwei Ellipsoiden aus der Grundelementebibliothek und einem Solid-Element-Befehl ruckzuck.  &lt;!-- s;) --&gt;&lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;!-- s;) --&gt;</description>
      <pubDate>Wed, 27 Apr 2005 12:15:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442738#M5678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-27T12:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiumi-Badewanne von Boffi</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442739#M5679</link>
      <description>2D-Skript:&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;project2 3,270,33D-Skript:&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;ADDZ    0.55&lt;BR /&gt; BODY    -1&lt;BR /&gt; MODEL SOLID&lt;BR /&gt; GROUP 	"group_101"&lt;BR /&gt;     ROTZ             180&lt;BR /&gt;     CALL    "Ellipsoid_1" PARAMETERS A = 1.9, B = 1.25,&lt;BR /&gt;             ZZYZX = 1.1, AC_show2DHotspotsIn3D = 1, ms = 1,&lt;BR /&gt;             C = 0, D = 90, schema = 1, gs_shadow = 1,&lt;BR /&gt;             gs_cont_pen = 3, sch = 1, gs_fill_type = SYMB_FILL,&lt;BR /&gt;             gs_fill_pen = 91, gs_back_pen = 91&lt;BR /&gt;     DEL          1&lt;BR /&gt; ENDGROUP&lt;BR /&gt; &lt;BR /&gt; GROUP 	"group_102"&lt;BR /&gt;     ROTZ             180&lt;BR /&gt;     CALL    "Ellipsoid_1" PARAMETERS A = 1.75, B = 1.1,&lt;BR /&gt;             ZZYZX = 1, AC_show2DHotspotsIn3D = 1, ms = 1,&lt;BR /&gt;             C = 0, D = 90, schema = 1, gs_shadow = 1,&lt;BR /&gt;             gs_cont_pen = 3, sch = 1, gs_fill_type = SYMB_FILL,&lt;BR /&gt;             gs_fill_pen = 91, gs_back_pen = 91&lt;BR /&gt;     DEL          1&lt;BR /&gt; ENDGROUP&lt;BR /&gt; &lt;BR /&gt; result_103 = SUBGROUP ("group_101", "group_102")&lt;BR /&gt; KILLGROUP ("group_101")&lt;BR /&gt; KILLGROUP ("group_102")&lt;BR /&gt; BODY    -1&lt;BR /&gt; &lt;BR /&gt; MODEL SOLID&lt;BR /&gt; PLACEGROUP (result_103)&lt;BR /&gt; BODY    -1&lt;BR /&gt; KILLGROUP (result_103)&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 27. April 2005, 14:33: Beitrag editiert von: Ove Bodj ]&lt;/SMALL&gt;</description>
      <pubDate>Wed, 27 Apr 2005 12:32:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442739#M5679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-27T12:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiumi-Badewanne von Boffi</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442740#M5680</link>
      <description>sowas hab ich kürzlich auch gebraucht, aber ein wenig kleiner.&lt;BR /&gt; hab das ein bisschen anders programmiert, im ergebnis aber dasselbe wie's beispiel von Ove: &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;! schale by zzyzx&lt;BR /&gt; ! a = 0.5; b= 0.3; zzyzx = 0.15; w = 0.03&lt;BR /&gt; &lt;BR /&gt; addz zzyzx&lt;BR /&gt; muly b/a&lt;BR /&gt; mulz 2*zzyzx/a&lt;BR /&gt; roty 270&lt;BR /&gt; &lt;BR /&gt; for i = -80 to 0 step 10&lt;BR /&gt;     put (a/2)*sin (i)&lt;BR /&gt;     put (a/2)*cos (i)&lt;BR /&gt;     put 1&lt;BR /&gt; next i&lt;BR /&gt; &lt;BR /&gt; for i = 0 to -80 step -10&lt;BR /&gt;     put (a/2-w)*sin (i)&lt;BR /&gt;     put (a/2-w)*cos (i)&lt;BR /&gt;     put 1&lt;BR /&gt; next i&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; REVOLVE 18, 360,63,&lt;BR /&gt;     get (3*18)&lt;BR /&gt;              &lt;BR /&gt; &lt;BR /&gt; del 3</description>
      <pubDate>Wed, 27 Apr 2005 12:44:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442740#M5680</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2005-04-27T12:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiumi-Badewanne von Boffi</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442741#M5681</link>
      <description>@zzyzx&lt;BR /&gt; Natürlich sehr elegant, weil nativ programmiert.  &lt;!-- s;) --&gt;&lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;!-- s;) --&gt; &lt;BR /&gt; Meine Version ist einfach ein abgesichertes und leicht nacheditiertes Element, das ich zeichnerisch im Grundriß zusammengebaut habe. Muß damit nichtmal als Objekt gesichert werden.&lt;BR /&gt; &lt;BR /&gt; Den Wasserhahn kannst du aus den übrigen Grundelementen zusammenbauen. Oder per GDL ans 3D-Skript anhängen:&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;del 1&lt;BR /&gt; &lt;BR /&gt; addy 0.75 : rotz -90&lt;BR /&gt; &lt;BR /&gt; r1=0.035&lt;BR /&gt; r2=0.025&lt;BR /&gt; r3=0.1&lt;BR /&gt; h1=0.07&lt;BR /&gt; h2=0.8&lt;BR /&gt; h3=0.2&lt;BR /&gt; &lt;BR /&gt; material "Chrom"&lt;BR /&gt; cylind h1,r1&lt;BR /&gt; addz h1&lt;BR /&gt; cylind h2,r2&lt;BR /&gt; addz h2&lt;BR /&gt; ELBOW r3, 135, r2&lt;BR /&gt; addx r3&lt;BR /&gt; roty 135&lt;BR /&gt; addx -r3&lt;BR /&gt; cylind h3,r2&lt;BR /&gt; del 7</description>
      <pubDate>Wed, 27 Apr 2005 13:00:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442741#M5681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-27T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiumi-Badewanne von Boffi</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442742#M5682</link>
      <description>Ok, vielen Dank  :yeah:  nun hab ich 3 Fiumis... sollte mich vielleicht doch mal mit gdl-Programmierung beschäftigen  :verwirrt:  &lt;BR /&gt; &lt;BR /&gt; Gruss, poeik</description>
      <pubDate>Wed, 27 Apr 2005 13:24:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442742#M5682</guid>
      <dc:creator>poeik</dc:creator>
      <dc:date>2005-04-27T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiumi-Badewanne von Boffi</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442743#M5683</link>
      <description>Nicht nötig. Wie gesagt: Geht völlig ohne GDL mit Grundelemente und Solid Elemente Befehlen.</description>
      <pubDate>Wed, 27 Apr 2005 13:52:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442743#M5683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-27T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fiumi-Badewanne von Boffi</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442744#M5684</link>
      <description>...eben das ist Nr.3  &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; Gruss, poeik</description>
      <pubDate>Wed, 27 Apr 2005 13:54:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Fiumi-Badewanne-von-Boffi/m-p/442744#M5684</guid>
      <dc:creator>poeik</dc:creator>
      <dc:date>2005-04-27T13:54:00Z</dc:date>
    </item>
  </channel>
</rss>

