<?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>topic Re: help with POLY2_A and POLY2_B in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/help-with-POLY2-A-and-POLY2-B/m-p/6946#M42021</link>
    <description>The {2} is a new form of POLY2_B which allows you to set the origin and angle of the hatch pattern, as in the fill tool itself. It is new in 8. It is what you get when you save a fill from the floor plan.&lt;BR /&gt;
&lt;BR /&gt;
POLY2_B{2} 5, 2, 20, 0, &lt;BR /&gt;
0', 0', 0',         &amp;lt;-- Fill origin stuff&lt;BR /&gt;
x, y, s,&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
The old POLY2_B, which you need to control the fill pattern and background pens, goes,&lt;BR /&gt;
&lt;BR /&gt;
POLY2_B  n, frame_fill, fill_pen, fill_background_pen,         &lt;BR /&gt;
x, y, s,&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
Take out the {2} and the "0',0',0'" row.&lt;BR /&gt;
&lt;BR /&gt;
HTH,</description>
    <pubDate>Tue, 03 Feb 2004 20:29:24 GMT</pubDate>
    <dc:creator>James Murray</dc:creator>
    <dc:date>2004-02-03T20:29:24Z</dc:date>
    <item>
      <title>help with POLY2_A and POLY2_B</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/help-with-POLY2-A-and-POLY2-B/m-p/6945#M42020</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Here's my code:&lt;BR /&gt;
&lt;BR /&gt;
PEN 20&lt;BR /&gt;
SET FILL "Brick Face "&lt;BR /&gt;
POLY2_B{2}       5,      2,     20,      0, &lt;BR /&gt;
        0', 0', 0', &lt;BR /&gt;
        0', 0'-4.3750",      1, &lt;BR /&gt;
        0'-3.6250", 0'-4.3750",      1, &lt;BR /&gt;
        0'-3.6250", 0'-8.0000",      1, &lt;BR /&gt;
        0', 0'-8.0000",      1, &lt;BR /&gt;
        0', 0'-4.3750",     -1&lt;BR /&gt;
HOTSPOT2 0', 0'-4.3750"&lt;BR /&gt;
HOTSPOT2 0'-3.6250", 0'-4.3750"&lt;BR /&gt;
HOTSPOT2 0'-3.6250", 0'-8.0000"&lt;BR /&gt;
HOTSPOT2 0', 0'-8.0000"&lt;BR /&gt;
HOTSPOT2 0', 0'-4.3750"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I want to be able to control the pen colors of the fill. I looked up in the gdl cookbook but couldn't understand how to fix the code above that I saved out of archicad.&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure what the {2} after POLY2_B does to it but when I erase it it doesn't work.&lt;BR /&gt;
&lt;BR /&gt;
THanks again for any help,&lt;BR /&gt;
Michele&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Feb 2004 19:38:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/help-with-POLY2-A-and-POLY2-B/m-p/6945#M42020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-03T19:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: help with POLY2_A and POLY2_B</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/help-with-POLY2-A-and-POLY2-B/m-p/6946#M42021</link>
      <description>The {2} is a new form of POLY2_B which allows you to set the origin and angle of the hatch pattern, as in the fill tool itself. It is new in 8. It is what you get when you save a fill from the floor plan.&lt;BR /&gt;
&lt;BR /&gt;
POLY2_B{2} 5, 2, 20, 0, &lt;BR /&gt;
0', 0', 0',         &amp;lt;-- Fill origin stuff&lt;BR /&gt;
x, y, s,&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
The old POLY2_B, which you need to control the fill pattern and background pens, goes,&lt;BR /&gt;
&lt;BR /&gt;
POLY2_B  n, frame_fill, fill_pen, fill_background_pen,         &lt;BR /&gt;
x, y, s,&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
Take out the {2} and the "0',0',0'" row.&lt;BR /&gt;
&lt;BR /&gt;
HTH,</description>
      <pubDate>Tue, 03 Feb 2004 20:29:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/help-with-POLY2-A-and-POLY2-B/m-p/6946#M42021</guid>
      <dc:creator>James Murray</dc:creator>
      <dc:date>2004-02-03T20:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: help with POLY2_A and POLY2_B</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/help-with-POLY2-A-and-POLY2-B/m-p/6947#M42022</link>
      <description>Jamesm,&lt;BR /&gt;
I don't think I need to 
&lt;BLOCKQUOTE&gt;Take out the {2} and the "0',0',0'" row. &lt;/BLOCKQUOTE&gt;
I took it out in one spot but left it as is in all the other places and once I changed the fill_pen  it worked just fine everywhere.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for explaining it to me,&lt;BR /&gt;
Michele</description>
      <pubDate>Tue, 03 Feb 2004 21:57:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/help-with-POLY2-A-and-POLY2-B/m-p/6947#M42022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-03T21:57:01Z</dc:date>
    </item>
  </channel>
</rss>

