<?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: 2D-Schraffuren festnageln" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457903#M3879</link>
    <description>Das war der CODE&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;lx=0.2&lt;BR /&gt; ly=0.2&lt;BR /&gt; &lt;BR /&gt; PEN          1&lt;BR /&gt; SET FILL "Aluminium"&lt;BR /&gt; POLY2_B{2}       5,      3,      1,      0, &lt;BR /&gt;                   lx,           ly,            0, &lt;BR /&gt;                    0,            0,      1, &lt;BR /&gt;                    1,            0,      1, &lt;BR /&gt;                    1,            1,      1, &lt;BR /&gt;                    0,            1,      1, &lt;BR /&gt;                    0,            0,     -1&lt;BR /&gt; HOTSPOT2            0,            0&lt;BR /&gt; HOTSPOT2            1,            0&lt;BR /&gt; HOTSPOT2            1,            1&lt;BR /&gt; HOTSPOT2            0,            1&lt;BR /&gt; HOTSPOT2            0,            0&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Apr 2003 16:30:00 GMT</pubDate>
    <dc:creator>andreaszeike</dc:creator>
    <dc:date>2003-04-04T16:30:00Z</dc:date>
    <item>
      <title>2D-Schraffuren festnageln</title>
      <link>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457899#M3875</link>
      <description>wie kann ich für eine 2D-Schraffur einen Objektbezogenen Ursprung definieren? &lt;BR /&gt; &lt;BR /&gt; Beispiel: Speichere eine 2D-Schraffur (zB Aluminium) als Objekt. Da der Schraffurursprung = Projektursprung, wird sich die Schraffur verändern, wenn das Objekt verschoben wird. Soll sie aber nicht...&lt;BR /&gt; &lt;BR /&gt; Gruß, az&lt;BR /&gt; &lt;BR /&gt; PS: umwandeln in Linien ist nicht drin!&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 04. April 2003, 15:06: Beitrag editiert von: Andreas Zeike ]&lt;/SMALL&gt;</description>
      <pubDate>Fri, 04 Apr 2003 13:06:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457899#M3875</guid>
      <dc:creator>andreaszeike</dc:creator>
      <dc:date>2003-04-04T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: 2D-Schraffuren festnageln</title>
      <link>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457900#M3876</link>
      <description>idee:&lt;BR /&gt; * &lt;BR /&gt; erst den Projektursprung in Relation zur Position des Objekts verschieben, dann das Polygon Platzieren&lt;BR /&gt;   :dozey:  ob das tut??  :winken:</description>
      <pubDate>Fri, 04 Apr 2003 14:05:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457900#M3876</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2003-04-04T14:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: 2D-Schraffuren festnageln</title>
      <link>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457901#M3877</link>
      <description>so wars gedacht: &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; SET FILL "Aluminium"&lt;BR /&gt; xp = symb_pos_x&lt;BR /&gt; yp = symb_pos_y&lt;BR /&gt; addx xp&lt;BR /&gt; addy yp&lt;BR /&gt; PEN         6&lt;BR /&gt; POLY2_B       5,      3,     95,      0, &lt;BR /&gt;             0.0-xp,     0.0+yp,      1, &lt;BR /&gt;             0.090328-xp,     0.0+yp,      1, &lt;BR /&gt;             0.090328-xp,     0.194969+yp,      1, &lt;BR /&gt;             0.0-xp,     0.194969+yp,      1, &lt;BR /&gt;             0.0-xp,     0.0+yp,     -1&lt;BR /&gt; del top&lt;BR /&gt;  aber das tut nich&lt;BR /&gt; keine idee, wieso nich&lt;BR /&gt;   :confused:</description>
      <pubDate>Fri, 04 Apr 2003 14:40:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457901#M3877</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2003-04-04T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: 2D-Schraffuren festnageln</title>
      <link>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457902#M3878</link>
      <description>das hatte ich auch vor, ich habe es mit &lt;BR /&gt; &lt;BR /&gt; POLY2_B{2} &lt;BR /&gt; &lt;BR /&gt; versucht:&lt;BR /&gt; &lt;BR /&gt; POLY2_B{2}  n, frame_fill, fill_pen,&lt;BR /&gt;             fill_background_pen, fillOrigoX,&lt;BR /&gt;             fillOrigoY, fillAngle,&lt;BR /&gt;             x1, y1, s1, ..., xn, yn, sn&lt;BR /&gt; &lt;BR /&gt; Erweiterte Version des Befehls POLY2_B, in der Stift-Schraffur, Hintergrundstift, Ursprung und Ausrichtung definiert werden können. &lt;BR /&gt; &lt;BR /&gt; frame_fill = j1 + 2*j2 + 4*j3 + 8*j4 &lt;BR /&gt; &lt;BR /&gt; hierbei können j1, j2, j3, j4 jeweils 0 oder 1 sein. &lt;BR /&gt; &lt;BR /&gt; j1 (1): nur Kontur &lt;BR /&gt; &lt;BR /&gt; j2 (2): nur Schraffur &lt;BR /&gt; &lt;BR /&gt; j3 (4): Schließen eines offenen Polygons &lt;BR /&gt; &lt;BR /&gt; j4 (8): lokale Schraffurausrichtung &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Aber, wenn ich die Werte für fillOrigoX, fillOrigoY, und fillAngle verändere, passiert nix! irgendetwas habe ich falsch verstanden???</description>
      <pubDate>Fri, 04 Apr 2003 16:12:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457902#M3878</guid>
      <dc:creator>andreaszeike</dc:creator>
      <dc:date>2003-04-04T16:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: 2D-Schraffuren festnageln</title>
      <link>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457903#M3879</link>
      <description>Das war der CODE&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;lx=0.2&lt;BR /&gt; ly=0.2&lt;BR /&gt; &lt;BR /&gt; PEN          1&lt;BR /&gt; SET FILL "Aluminium"&lt;BR /&gt; POLY2_B{2}       5,      3,      1,      0, &lt;BR /&gt;                   lx,           ly,            0, &lt;BR /&gt;                    0,            0,      1, &lt;BR /&gt;                    1,            0,      1, &lt;BR /&gt;                    1,            1,      1, &lt;BR /&gt;                    0,            1,      1, &lt;BR /&gt;                    0,            0,     -1&lt;BR /&gt; HOTSPOT2            0,            0&lt;BR /&gt; HOTSPOT2            1,            0&lt;BR /&gt; HOTSPOT2            1,            1&lt;BR /&gt; HOTSPOT2            0,            1&lt;BR /&gt; HOTSPOT2            0,            0&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2003 16:30:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/2D-Schraffuren-festnageln/m-p/457903#M3879</guid>
      <dc:creator>andreaszeike</dc:creator>
      <dc:date>2003-04-04T16:30:00Z</dc:date>
    </item>
  </channel>
</rss>

