<?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_ how to make a hole? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Poly2-how-to-make-a-hole/m-p/212605#M13458</link>
    <description>Tweaked it but not quite there. Looks like I need to add a node or something...&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://dl.dropboxusercontent.com/u/399074/sites/trapdoor/poly2_Bholebitbetter.jpg" /&gt;</description>
    <pubDate>Wed, 13 Nov 2013 12:59:54 GMT</pubDate>
    <dc:creator>fuzzytnth3</dc:creator>
    <dc:date>2013-11-13T12:59:54Z</dc:date>
    <item>
      <title>Poly2_ how to make a hole?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Poly2-how-to-make-a-hole/m-p/212604#M13457</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I'm trying to create a fill that has a hole but I'm getting a somewhat garbled result. I've had a look at the manual and the Cookbook but I can't see any advice on what sequence you should describe the polygon shape and in particular the hole.&lt;BR /&gt;
&lt;BR /&gt;
Can some one point me in the right direction thx&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#0009FF"&gt;botlh 	= -frmsz+frmsz	!Bottom Left&lt;BR /&gt;
botlh 	= -frmsz+frmsz	!Bottom Left&lt;BR /&gt;
botrh 	= a+frmsz-frmsz	!Bottom Right&lt;BR /&gt;
botvt 	= -strucszbot	!Bottom ht&lt;BR /&gt;
topvt	= b+frmsz-frmsz	!Top ht&lt;BR /&gt;
&lt;BR /&gt;
holbotlh 	= openstile-openbead&lt;BR /&gt;
holbotrh	= openwidth+openstile+openbead&lt;BR /&gt;
holbotvt	= opencill-openbead&lt;BR /&gt;
holtopvt	= b-openlintol+openbead&lt;BR /&gt;
&lt;BR /&gt;
POLY2_B 10, leaffil,filpen,filbkgdpen,&lt;BR /&gt;
botlh,		botvt, 0,	!1&lt;BR /&gt;
botrh, 		botvt, 0,	!2&lt;BR /&gt;
&lt;BR /&gt;
	holbotlh, holbotvt, 0,	!3&lt;BR /&gt;
	holbotrh, holbotvt, 0,	!4&lt;BR /&gt;
	holbotrh, holtopvt, 0,	!5&lt;BR /&gt;
	holbotlh, holtopvt, 0,	!6&lt;BR /&gt;
	holbotlh, holbotvt, 0,	!7&lt;BR /&gt;
&lt;BR /&gt;
botrh, 		topvt, 0,	!8&lt;BR /&gt;
botlh, 		topvt, 0,	!9&lt;BR /&gt;
botlh, 		botvt, -1	!10&lt;BR /&gt;
&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://dl.dropboxusercontent.com/u/399074/sites/trapdoor/poly2_Bhole.jpg" /&gt;&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Nov 2013 12:48:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Poly2-how-to-make-a-hole/m-p/212604#M13457</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2013-11-13T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Poly2_ how to make a hole?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Poly2-how-to-make-a-hole/m-p/212605#M13458</link>
      <description>Tweaked it but not quite there. Looks like I need to add a node or something...&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://dl.dropboxusercontent.com/u/399074/sites/trapdoor/poly2_Bholebitbetter.jpg" /&gt;</description>
      <pubDate>Wed, 13 Nov 2013 12:59:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Poly2-how-to-make-a-hole/m-p/212605#M13458</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2013-11-13T12:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Poly2_ how to make a hole?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Poly2-how-to-make-a-hole/m-p/212606#M13459</link>
      <description>fuzzytnth3:&lt;BR /&gt;
&lt;BR /&gt;
1. &lt;FONT color="blue"&gt;botlh = -frmsz+frmsz	!Bottom Left &lt;/FONT&gt;&lt;BR /&gt;
This equals zero.&lt;BR /&gt;
&lt;BR /&gt;
2. To create a polygon with a hole, first delineate the perimeter, then return to the first point of the perimeter with a &lt;FONT color="blue"&gt;-1&lt;/FONT&gt; status code, this tells ArchiCAD that the perimeter is finished and a hole is about to start. Then delineate the hole, again returning to the first point of the hole with a &lt;FONT color="blue"&gt;-1&lt;/FONT&gt; status code to let ArchiCAD know that the hole is done (and another hole could be started).&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Wed, 13 Nov 2013 13:20:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Poly2-how-to-make-a-hole/m-p/212606#M13459</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2013-11-13T13:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Poly2_ how to make a hole?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Poly2-how-to-make-a-hole/m-p/212607#M13460</link>
      <description>Thanks for that. I made a an object of a fill with a hole in it and managed to suss what it was doing.&lt;BR /&gt;
&lt;BR /&gt;
Re. 1) &lt;B&gt;botlh&lt;/B&gt; I started off with a different way of calculating it which involved other parameters and somehow those two got left in  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Right I'm off I shall tidy up my mess</description>
      <pubDate>Wed, 13 Nov 2013 13:44:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Poly2-how-to-make-a-hole/m-p/212607#M13460</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2013-11-13T13:44:22Z</dc:date>
    </item>
  </channel>
</rss>

