<?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: POLY2_B background fill in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2303#M42301</link>
    <description>&lt;BLOCKQUOTE&gt;Greg wrote:&lt;BR /&gt;
&lt;BR /&gt;
line "2" and "4" are the same. Try changing the "fourth" line to "a, 0, 2+4+9,"&lt;/BLOCKQUOTE&gt;

Brilliant stuff! A fresh pair of eyes did the trick &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; I've been looking at this on and off for the last two weeks dooh  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
    <pubDate>Fri, 14 Nov 2003 20:41:32 GMT</pubDate>
    <dc:creator>fuzzytnth3</dc:creator>
    <dc:date>2003-11-14T20:41:32Z</dc:date>
    <item>
      <title>POLY2_B background fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2296#M42294</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have two objects that use POLY2_B which allow the user to choose the colour of the background fill.&lt;BR /&gt;
&lt;BR /&gt;
What is weird is that one object works as expected whereas the other doesn't. I can't see any difference between the 2d scripts. The only thing that is different is the one that works was made with AC 7.03 in Mac OS9 and the one that doesn't work was made in OSX&lt;BR /&gt;
&lt;BR /&gt;
Anyone else come across this problem?&lt;BR /&gt;
&lt;BR /&gt;
Here is the script that works&lt;BR /&gt;
&lt;BR /&gt;
PEN fpen&lt;BR /&gt;
FILL fhat&lt;BR /&gt;
POLY2_B 9,fhat+2+4+9,penbf,penbf,                   &lt;BR /&gt;
            0.0,                 0.0,               2+4+9,    !1&lt;BR /&gt;
            0.00,                fdep-thglaz,       2+4+9,    !2&lt;BR /&gt;
            (fwid/2)-0.007,      fdep-thglaz,       2+4+9,    !3&lt;BR /&gt;
            (fwid/2)-0.007,      fdep,              2+4+9,    !4&lt;BR /&gt;
            (fwid/2)+0.007,      fdep,              2+4+9,    !5&lt;BR /&gt;
            (fwid/2)+0.007,      fdep-thglaz,       2+4+9,    !6&lt;BR /&gt;
            fwid,                fdep-thglaz,       2+4+9,    !7&lt;BR /&gt;
            fwid,                0.0,               2+4+9,    !8&lt;BR /&gt;
            0.0,     0.0,     -1&lt;BR /&gt;
&lt;BR /&gt;
And this is the script that doesn't work&lt;BR /&gt;
&lt;BR /&gt;
PEN fpen&lt;BR /&gt;
FILL fhat&lt;BR /&gt;
POLY2_B 5,fhat+2+4+9, penbf, penbf,                 &lt;BR /&gt;
            0.0,    0.0,    2+4+9,    !1&lt;BR /&gt;
            0.0,    b,      2+4+9,    !2&lt;BR /&gt;
            a,      b,      2+4+9,    !3&lt;BR /&gt;
            0,      b,      2+4+9,&lt;BR /&gt;
            0,      0.0,    -1&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Nov 2003 15:20:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2296#M42294</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2003-11-14T15:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: POLY2_B background fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2297#M42295</link>
      <description>Have you tried putting both scripts into the same object 2D script (both the working and non-working object script) to see if they both act the same within each object?</description>
      <pubDate>Fri, 14 Nov 2003 16:37:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2297#M42295</guid>
      <dc:creator>David Larrew</dc:creator>
      <dc:date>2003-11-14T16:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: POLY2_B background fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2298#M42296</link>
      <description>Thanks just gave that a try. &lt;BR /&gt;
&lt;BR /&gt;
I pasted the working poly2 script into the object with the problem and the it still works but the poly2 that doesn't work still doesn't work&lt;BR /&gt;
&lt;BR /&gt;
I've attached an image of the result. The object on the left should be displaying the same colours as the object on the right.&lt;BR /&gt;
&lt;BR /&gt;
What I have also noticed is that the poly2 on the left is using the colour of pen that would be used if the user unchecks the "Use symbol colours" button&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/16064i29AE5AA77E47BA8D/image-size/large?v=v2&amp;amp;px=999" border="0" alt="poly_2.gif" title="poly_2.gif" /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 17:01:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2298#M42296</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2003-11-14T17:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: POLY2_B background fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2299#M42297</link>
      <description>Ahhh ha! spotted a RECT2 that was picking up the default pen and drawing over the top of my POLY2&lt;BR /&gt;
&lt;BR /&gt;
What I'm getting now is two of the POLY2 contours showing but the other two are not showing along with the background colour which is missing.&lt;BR /&gt;
&lt;BR /&gt;
I've attached an updated image&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/17151i472F0E1842EC37D7/image-size/large?v=v2&amp;amp;px=999" border="0" alt="poly_2-2.gif" title="poly_2-2.gif" /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 17:29:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2299#M42297</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2003-11-14T17:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: POLY2_B background fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2300#M42298</link>
      <description>This could be a stab in the dark... But change the last line of the bad poly to this:&lt;BR /&gt;
&lt;BR /&gt;
0.0, 0.0, -1</description>
      <pubDate>Fri, 14 Nov 2003 17:58:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2300#M42298</guid>
      <dc:creator>David Larrew</dc:creator>
      <dc:date>2003-11-14T17:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: POLY2_B background fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2301#M42299</link>
      <description>&lt;BLOCKQUOTE&gt;fuzzytnth3 wrote:&lt;BR /&gt;And this is the script that doesn't work&lt;BR /&gt;
&lt;BR /&gt;
PEN fpen&lt;BR /&gt;
FILL fhat&lt;BR /&gt;
POLY2_B 5,fhat+2+4+9, penbf, penbf,                 &lt;BR /&gt;
            0.0,    0.0,    2+4+9,    !1&lt;BR /&gt;
            0.0,    b,      2+4+9,    !2&lt;BR /&gt;
            a,      b,      2+4+9,    !3&lt;BR /&gt;
            0,      b,      2+4+9,&lt;BR /&gt;
            0,      0.0,    -1&lt;/BLOCKQUOTE&gt;

line "2" and "4" are the same. Try changing the "fourth" line to "a, 0, 2+4+9,"</description>
      <pubDate>Fri, 14 Nov 2003 18:51:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2301#M42299</guid>
      <dc:creator>Greg A_ Blunier</dc:creator>
      <dc:date>2003-11-14T18:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: POLY2_B background fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2302#M42300</link>
      <description>Doh! Good call, Greg. I didn't bother to trace the code along the perimeter since I was under the impression that the code, as it was written, worked prior to an OS upgrade. Now that I re-read the original post, I realize that I rushed my answer.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;  Again, good call, Greg.</description>
      <pubDate>Fri, 14 Nov 2003 19:28:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2302#M42300</guid>
      <dc:creator>David Larrew</dc:creator>
      <dc:date>2003-11-14T19:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: POLY2_B background fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2303#M42301</link>
      <description>&lt;BLOCKQUOTE&gt;Greg wrote:&lt;BR /&gt;
&lt;BR /&gt;
line "2" and "4" are the same. Try changing the "fourth" line to "a, 0, 2+4+9,"&lt;/BLOCKQUOTE&gt;

Brilliant stuff! A fresh pair of eyes did the trick &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; I've been looking at this on and off for the last two weeks dooh  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
      <pubDate>Fri, 14 Nov 2003 20:41:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2303#M42301</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2003-11-14T20:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: POLY2_B background fill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2304#M42302</link>
      <description>&lt;BLOCKQUOTE&gt;fuzzytnth3 wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;Greg wrote:&lt;BR /&gt;
&lt;BR /&gt;
line "2" and "4" are the same. Try changing the "fourth" line to "a, 0, 2+4+9,"&lt;/BLOCKQUOTE&gt;

Brilliant stuff! A fresh pair of eyes did the trick &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; I've been looking at this on and off for the last two weeks dooh  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt; 
&lt;/BLOCKQUOTE&gt;

Old manual drafting tricks:&lt;BR /&gt;
&lt;BR /&gt;
1. Look at the drawing upside down. You will see all errors at once&lt;BR /&gt;
&lt;BR /&gt;
2. Ask anybody who passes by to take a look. Any error will be spotted immediately</description>
      <pubDate>Sat, 15 Nov 2003 17:26:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/POLY2-B-background-fill/m-p/2304#M42302</guid>
      <dc:creator>Djordje</dc:creator>
      <dc:date>2003-11-15T17:26:03Z</dc:date>
    </item>
  </channel>
</rss>

