<?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 "Schraffuren im Grundriss GDL Objekt" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/534996#M5697</link>
    <description>Hallo, eine weitere Frage stellt sich gerade bei mir, weil es nicht klappt.&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;cont_pen=gs_cont_pen&lt;BR /&gt;fill_pen=gs_fill_pen&lt;BR /&gt;fill_type=gs_fill_type&lt;BR /&gt;back_pen=gs_back_pen&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;in den Parametern ist es auch eingestellt, aber mein Objekt ist immer nur mit Linien bestückt.&lt;BR /&gt;&lt;BR /&gt;Was mache ich da falsch?&lt;BR /&gt;&lt;BR /&gt;Danke euch</description>
    <pubDate>Wed, 24 Aug 2016 10:45:04 GMT</pubDate>
    <dc:creator>bjoern1</dc:creator>
    <dc:date>2016-08-24T10:45:04Z</dc:date>
    <item>
      <title>Schraffuren im Grundriss GDL Objekt</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/534996#M5697</link>
      <description>Hallo, eine weitere Frage stellt sich gerade bei mir, weil es nicht klappt.&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;cont_pen=gs_cont_pen&lt;BR /&gt;fill_pen=gs_fill_pen&lt;BR /&gt;fill_type=gs_fill_type&lt;BR /&gt;back_pen=gs_back_pen&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;in den Parametern ist es auch eingestellt, aber mein Objekt ist immer nur mit Linien bestückt.&lt;BR /&gt;&lt;BR /&gt;Was mache ich da falsch?&lt;BR /&gt;&lt;BR /&gt;Danke euch</description>
      <pubDate>Wed, 24 Aug 2016 10:45:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/534996#M5697</guid>
      <dc:creator>bjoern1</dc:creator>
      <dc:date>2016-08-24T10:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Schraffuren im Grundriss GDL Objekt</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/534997#M5698</link>
      <description>Der Auszug aus deinem 2D Skript ist leider sehr spärlich.&lt;BR /&gt;Alleine von der Parameterdefinition wird noch kein Schraffurpolygon erzeugt.&lt;BR /&gt;&lt;BR /&gt;Ich nehme an, da kommt noch eine Befehlszeile (POLY2 oder ähnlich).&lt;BR /&gt;Mit welchen Befehl wird das Schraffurpolygon erzeugt ?&lt;BR /&gt;Sind die Polygonpunkte alle sauber definiert ? &lt;BR /&gt;Ist evt. ein Stiftset eingestellt, das alle Stifte auf weiss setzt ?&lt;BR /&gt;Gibt's evt ein Bild von der Parameterliste ?</description>
      <pubDate>Wed, 24 Aug 2016 11:42:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/534997#M5698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T11:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Schraffuren im Grundriss GDL Objekt</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/534998#M5699</link>
      <description>Hallo Egon, danke für deine Antwort, dann liefere ich erstmal den Rest&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;cont_pen=gs_cont_pen&lt;BR /&gt;fill_pen=gs_fill_pen&lt;BR /&gt;fill_type=gs_fill_type&lt;BR /&gt;back_pen=gs_back_pen&lt;BR /&gt;set_fill=gs_set_fill&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;!Stahlplatte 1&lt;BR /&gt;&lt;BR /&gt;rect2 0,0,0.015,0.46&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;!Holzbohlen&lt;BR /&gt;rect2 0.015,	0,		2.025,	0.1&lt;BR /&gt;&lt;BR /&gt;rect2 0.015,	0.12,	2.025,	0.22&lt;BR /&gt;&lt;BR /&gt;rect2 0.015,	0.24,	2.025,	0.34&lt;BR /&gt;&lt;BR /&gt;rect2 0.015,	0.36,	2.025,	0.46&lt;BR /&gt;&lt;BR /&gt;!Stahlplatte 2&lt;BR /&gt;add2 2.025,0&lt;BR /&gt;&lt;BR /&gt;rect2 0,0,0.015,0.46&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DEL TOP&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Kann ich so eine Schraffur überhaupt erstellen, oder muss es ein Poly sein?&lt;BR /&gt;&lt;BR /&gt;Gruss Björn</description>
      <pubDate>Wed, 24 Aug 2016 11:52:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/534998#M5699</guid>
      <dc:creator>bjoern1</dc:creator>
      <dc:date>2016-08-24T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Schraffuren im Grundriss GDL Objekt</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/534999#M5700</link>
      <description>RECT2 generiert definitiv  nur Linien&lt;BR /&gt;&lt;BR /&gt;POLY2 ist der einfachste der Befehle für eine schraffierte Fläche&lt;BR /&gt;&lt;BR /&gt;FILL  x  ! Schraffurtyp definieren&lt;BR /&gt;PEN y   ! Stift definieren&lt;BR /&gt;POLY2  4,x,         !Polygon mit 4 Punkten und Schraffurtyp x&lt;BR /&gt;0,0,&lt;BR /&gt;0,a&lt;BR /&gt;a,b,&lt;BR /&gt;b,0    !2DKoordinaten der Polygonpunkte, z.B. Rechteck a=xAusdehnung b=y Ausdehnung&lt;BR /&gt;&lt;BR /&gt;Dann gibt's noch POLY2_, POLY2_A, POLY2_B …. das funktioniert im Prinzip wie POLY2 aber mit noch mehr unterschiedlichen Gestaltungsmöglichkeiten (z.B. sichtbare oder unsichtbare Kanten, veschiedene Farben für Umrandung und Fläche etc. )&lt;BR /&gt;&lt;BR /&gt;PS: Anmerkung nicht unbedingt zum Thema aber trotzdem: ich würde empfehlen, möglichst viele Werte nicht als Zahlenwerte sondern als Variablen (Parameter) zu definieren.</description>
      <pubDate>Wed, 24 Aug 2016 12:01:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/534999#M5700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T12:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Schraffuren im Grundriss GDL Objekt</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535000#M5701</link>
      <description>Ah super, vielen Dank. Ich bin gerade im Urlaub und habe meine ganzen Unterlagen nicht mit...&lt;BR /&gt;&lt;BR /&gt;Danke dir&lt;BR /&gt;&lt;BR /&gt;Gruss Björn</description>
      <pubDate>Wed, 24 Aug 2016 12:53:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535000#M5701</guid>
      <dc:creator>bjoern1</dc:creator>
      <dc:date>2016-08-24T12:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Schraffuren im Grundriss GDL Objekt</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535001#M5702</link>
      <description>das mit den Parametern mache ich auch regelmässig, nur hier war es erstmal nicht notwendig, wird in der Endfassung dann aber so aussehen.&lt;BR /&gt;&lt;BR /&gt;Zum Thema, eine Schraffur habe dennoch nicht geschafft...&lt;BR /&gt;&lt;PRE&gt;! mit und ohne Fundament&lt;BR /&gt;! massstabsabhängige Darstellung&lt;BR /&gt;! &lt;BR /&gt;&lt;BR /&gt;w=0&lt;BR /&gt;x=0.015&lt;BR /&gt;y=0.46&lt;BR /&gt;&lt;BR /&gt;g=2.025&lt;BR /&gt;h=0.1&lt;BR /&gt;i=0&lt;BR /&gt;j=0&lt;BR /&gt;&lt;BR /&gt;!&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;cont_pen=gs_cont_pen&lt;BR /&gt;fill_pen=gs_fill_pen&lt;BR /&gt;fill_type=gs_fill_type&lt;BR /&gt;back_pen=gs_back_pen&lt;BR /&gt;!set_fill=gs_set_fill&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;!&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;!Stahlplatte 1&lt;BR /&gt;POLY2 4,1+2+4,		w,w,		x,w,		x,y,		w,y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;!Stahlplatte 2&lt;BR /&gt;add2 2.025,0&lt;BR /&gt;&lt;BR /&gt;POLY2 4,1+2+4,		w,w,		x,w,		x,y,		w,y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DEL 1&lt;BR /&gt;!&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;!Holzbohlen&lt;BR /&gt;&lt;BR /&gt;POLY2 4,1+2+4,		x,w,		g,w,		g,h,		x,h&lt;BR /&gt;add2 0,0.12&lt;BR /&gt;&lt;BR /&gt;POLY2 4,1+2+4,		x,w,		g,w,		g,h,		x,h&lt;BR /&gt;add2 0,0.12&lt;BR /&gt;&lt;BR /&gt;POLY2 4,1+2+4,		x,w,		g,w,		g,h,		x,h&lt;BR /&gt;add2 0,0.12&lt;BR /&gt;&lt;BR /&gt;POLY2 4,1+2+4,		x,w,		g,w,		g,h,		x,h&lt;BR /&gt;add2 0,0.12&lt;BR /&gt;&lt;BR /&gt;!&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DEL TOP&lt;BR /&gt;&lt;BR /&gt;!------HOTSPOTS---------&lt;BR /&gt;&lt;BR /&gt;C=0&lt;BR /&gt;D=0.015&lt;BR /&gt;E=2.01&lt;BR /&gt;F=2.04&lt;BR /&gt;G=0.46&lt;BR /&gt;&lt;BR /&gt;! 2D Fixpunkte&lt;BR /&gt;HOTSPOT2 C, C&lt;BR /&gt;&lt;BR /&gt;HOTSPOT2 F, C&lt;BR /&gt;&lt;BR /&gt;HOTSPOT2 C, G&lt;BR /&gt;&lt;BR /&gt;HOTSPOT2 F, G&lt;BR /&gt;&lt;BR /&gt;HOTSPOT2 F/2, G&lt;BR /&gt;&lt;BR /&gt;HOTSPOT2 D, C&lt;BR /&gt;&lt;BR /&gt;HOTSPOT2 D, G&lt;BR /&gt;&lt;BR /&gt;HOTSPOT2 E+D, G&lt;BR /&gt;&lt;BR /&gt;HOTSPOT2 E+D, C&lt;BR /&gt;&lt;BR /&gt;!!!!----END----&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.directupload.net/file/d/4457/mfb8celc_png.htm" target="_blank"&gt;&lt;IMG src="http://fs5.directupload.net/images/160824/temp/mfb8celc.png" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;lg björn</description>
      <pubDate>Wed, 24 Aug 2016 13:36:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535001#M5702</guid>
      <dc:creator>bjoern1</dc:creator>
      <dc:date>2016-08-24T13:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Schraffuren im Grundriss GDL Objekt</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535002#M5703</link>
      <description>&lt;BLOCKQUOTE&gt;FILL x ! Schraffurtyp definieren&lt;BR /&gt;PEN y ! Stift definieren&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Beitrag von Egon bitte vollständig lesen!</description>
      <pubDate>Wed, 24 Aug 2016 19:30:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535002#M5703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T19:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Schraffuren im Grundriss GDL Objekt</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535003#M5704</link>
      <description>Parameter xx für Schraffur Stahlplatte erstellen:&lt;BR /&gt;&lt;IMG src="http://www.123upload.de/image.php?id=7f8fac8003b412fbed5649d493836734&amp;amp;show=raw" /&gt;&lt;BR /&gt;&lt;BR /&gt;Parameter yy für Stift Stahlplatte erstellen:&lt;BR /&gt;&lt;IMG src="http://www.123upload.de/image.php?id=50604b4895b34178931ec1e7cf4a3b26&amp;amp;show=raw" /&gt;&lt;BR /&gt;&lt;BR /&gt;detto  Parameter xxx für Schraffur Holzbohlen&lt;BR /&gt;detto Parameter yyy für Stift Holzbohlen&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;!Stahlplatte 2&lt;BR /&gt;add2 2.025,0&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;U&gt;FILL xx&lt;BR /&gt;PEN yy&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;POLY2 4,  &lt;B&gt;&lt;U&gt;xx&lt;/U&gt;&lt;/B&gt;  ,      w,w,      x,w,      x,y,      w,y&lt;BR /&gt;&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;DEL 1&lt;BR /&gt;!&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;!Holzbohlen&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;U&gt;FILL xxx&lt;BR /&gt;PEN yyy&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;POLY2 4,  &lt;B&gt;&lt;U&gt;xxx&lt;/U&gt;&lt;/B&gt;     x,w,      g,w,      g,h,      x,h&lt;BR /&gt;add2 0,0.12&lt;BR /&gt;&lt;BR /&gt;etc.</description>
      <pubDate>Thu, 25 Aug 2016 15:53:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535003#M5704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-25T15:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Schraffuren im Grundriss GDL Objekt</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535004#M5705</link>
      <description>Ok, danke euch, ich dachte das habe ich bereits getan mit den Schraffuren. Ich werde es ausprobieren!&lt;BR /&gt;&lt;BR /&gt;Danke</description>
      <pubDate>Fri, 26 Aug 2016 09:04:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Schraffuren-im-Grundriss-GDL-Objekt/m-p/535004#M5705</guid>
      <dc:creator>bjoern1</dc:creator>
      <dc:date>2016-08-26T09:04:23Z</dc:date>
    </item>
  </channel>
</rss>

