<?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: GDL Polyline masking problems (again). in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178701#M21442</link>
    <description>Oh, I see! This never occurred to me before. At first glance I consider this an ArchiCAD bug - not a bug of the documentation.&lt;BR /&gt;
&lt;BR /&gt;
I'm going to check the background of this behavior!&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
    <pubDate>Tue, 02 Feb 2010 17:58:20 GMT</pubDate>
    <dc:creator>ztaskai</dc:creator>
    <dc:date>2010-02-02T17:58:20Z</dc:date>
    <item>
      <title>GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178686#M21427</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I'm having a minor problem getting the smoothing to work reliably on both the circular holes in this prism. It doesn't seem to like having different masking codes to the outer prism boundary. Even if the prism boundary is changed to 79, the problem still happens if you have another rectangular hole with a 15 mask.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas where I'm going wrong?&lt;BR /&gt;

&lt;PRE&gt;PEN 1
MATERIAL 2
RESOL 16

hei = 0.1		! Height
wid = 0.15		! Width
thik = 0.02		! Thickness

!----outline of prism

PUT		0 , 	 0 , 	15,
		wid,	 0 , 	15,
		wid, 	hei, 	15,
		0,		hei, 	15,
		0 , 	 0 , 	-1
	
!!---A rectangular hole

xx=0.1
yy=hei/2


!PUT 	xx,			yy,			15,
!		xx+0.015,	yy,			15,
!		xx+0.015,	yy+0.012,	15,
!		xx,			yy+0.012,	15,
!		xx,			yy,			-1

!!----Two circular holes

!The first circular hole in the sequence doesn't mask properly.

PUT		0.035, 	yy,  	900+79,
		0.015, 	360, 	4000+79	

PUT		0.065, 	yy,  	900+79,
		0.01, 	360, 	4000+79


!!-----Do the prism

PRISM_ nsp/3, thik,	GET (nsp)&lt;/PRE&gt;&lt;/R&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/71550iFB44370B0D10CBDE/image-size/large?v=v2&amp;amp;px=999" border="0" alt="polyline_mask1.jpg" title="polyline_mask1.jpg" /&gt;</description>
      <pubDate>Wed, 27 Jan 2010 16:04:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178686#M21427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-27T16:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178687#M21428</link>
      <description>Hi Peter,&lt;BR /&gt;
&lt;BR /&gt;
I guess this issue must be related to the fact that each hole has to be finalized with a "-1" status code.  Try to script both holes with a start node and repeat it with -1 status code in the end of each hole.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Wed, 27 Jan 2010 17:35:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178687#M21428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-27T17:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178688#M21429</link>
      <description>Hey Braza,&lt;BR /&gt;
&lt;BR /&gt;
It sounds like you may be right with the -1 status code issue, but I can't seem to get your suggestion to work unfortunately. Would you mind posting an example of a hole with a start (and end) node - I can't visualise what this would look like in code form! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 27 Jan 2010 17:56:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178688#M21429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-27T17:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178689#M21430</link>
      <description>I tested a bit and it seems you have to use code like the autoscripted object do.&lt;BR /&gt;
Try something like this:&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;PRISM_     31,      0.1,
				   0,            0,      15, 
				   1,            0,      15, 
				   1,            1,      15, 
				   0,            1,      15, 
				   0,            0,     -1, 

		0.1421712065621, 0.2718219590103,      79, 
		0.2671712065621, 0.2718219590103,    979, 
				   0,          -90,   4079, 
		0.2671712065621, 0.3968219590103,      79, 
		0.2671712065621, 0.2718219590103,    979, 
				   0,          -90,   4079, 
		0.3921712065621, 0.2718219590103,      79, 
		0.2671712065621, 0.2718219590103,    979, 
				   0,          -90,   4079, 
		0.2671712065621, 0.1468219590103,      79, 
		0.2671712065621, 0.2718219590103,    979, 
				   0,          -90,   4079, 
		0.1421712065621, 0.2718219590103,     -1, 

		0.4935412639657, 0.615680201261,      79, 
		0.6185412639657, 0.615680201261,    979, 
				   0,          -90,   4079, 
		0.6185412639657, 0.740680201261,      79, 
		0.6185412639657, 0.615680201261,    979, 
				   0,          -90,   4079, 
		0.7435412639657, 0.615680201261,      79, 
		0.6185412639657, 0.615680201261,    979, 
				   0,          -90,   4079, 
		0.6185412639657, 0.490680201261,      79, 
		0.6185412639657, 0.615680201261,    979, 
				   0,          -90,   4079, 
		0.4935412639657, 0.615680201261,     -1&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Jan 2010 18:28:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178689#M21430</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2010-01-27T18:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178690#M21431</link>
      <description>Thanks for checking Joachim.&lt;BR /&gt;
&lt;BR /&gt;
Seems strange to have to individually do each 90 degree quadrant separately! I will do some playing around to see if I can adapt what I've done already.&lt;BR /&gt;
&lt;BR /&gt;
I suppose this could be considered a bug, so I'll report it and see what happens.</description>
      <pubDate>Wed, 27 Jan 2010 19:07:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178690#M21431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-27T19:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178691#M21432</link>
      <description>&lt;BLOCKQUOTE&gt;Peter wrote:&lt;BR /&gt;Seems strange to have to individually do each 90 degree quadrant separately!&lt;/BLOCKQUOTE&gt;

I've used the 4000 status value with 360° for holes with no problem. Not sure if it makes much difference. I've just always been kind of obsessive about minimizing lines in the script.</description>
      <pubDate>Wed, 27 Jan 2010 20:10:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178691#M21432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-27T20:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178692#M21433</link>
      <description>Peter,&lt;BR /&gt;
&lt;BR /&gt;
The mask value of the previous node controls the next node.  If you change the mask of the last node of the prism to 79, it works fine.  The 4th point (0, hei, 15,) not the 5th point (0, 0, -1)</description>
      <pubDate>Wed, 27 Jan 2010 20:22:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178692#M21433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-27T20:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178693#M21434</link>
      <description>GDL is a bit tricky (inconsistant?) on this point.&lt;BR /&gt;
&lt;BR /&gt;
This works in 2D script&lt;BR /&gt;

&lt;PRE&gt;!!! ----- 1st hole -----
put 0.035, yy, 900, 
	0.015, 360, 4000+1

!!! ----- 2nd hole -----
put 0.065, yy, 900, 
	0.010, 360, 4000+1 

!!! ----- 3rd hole an up -----
!put 0.095, yy, 900, 
!	0.010, 360, 4000+1 
&lt;/PRE&gt;

In 3D script, you must define the first and last points for the first hole,&lt;BR /&gt;
to get a correct mask (status 4000). Further holes don't need that.&lt;BR /&gt;

&lt;PRE&gt;res = 16
resol res

!!! ----- 1st hole -----
put 0.035+0.015, yy, 79,    ! 1st point
	0.035      , yy, 900,      
	0, 360-360/res, 4000+79,
	0.035+0.015, yy, -1     ! closing

!!! ----- 2nd hole -----
put 0.065, yy, 900, 
	0.010, 360, 4000+79  

!!! ----- 3rd hole and up -----
!put 0.095, yy, 900, 
!	0.010, 360, 4000+79 &lt;/PRE&gt;

&lt;BR /&gt;
@ Zsolt : GDL ref guide is inconsistant on this point.&lt;BR /&gt;
The fifteen years old example which explains the purpose ... &lt;BR /&gt;
just shows that it doesn't work in the way it is intended for. &lt;BR /&gt;
Sorry to be the eternal ranter. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;</description>
      <pubDate>Wed, 27 Jan 2010 21:34:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178693#M21434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-27T21:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178694#M21435</link>
      <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;In 3D script, you must define the first and last points for the first hole, &lt;BR /&gt;
to get a correct mask (status 4000). Further holes don't need that. &lt;/BLOCKQUOTE&gt;

This gives me the error as the attached image, Olivier. Are you sure it runs on your machine? I'm on AC13 latest hotfix.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Michael wrote:&lt;BR /&gt;The mask value of the previous node controls the next node. If you change the mask of the last node of the prism to 79, it works fine. The 4th point (0, hei, 15,) not the 5th point (0, 0, -1)&lt;/BLOCKQUOTE&gt;

This almost works, but the last boundary node gets shaded strangely with this method. If you then turn on the rectangular hole (with 15 masks) the circle masking fails again.&lt;BR /&gt;
&lt;BR /&gt;
However, this gave me the idea of inserting an extra duplicate final node with a mask value of 79 into both the prism and the rectangular hole, and it now seems to work as expected! It's not an ideal solution, but at least it's fairly painless to correct in the script.&lt;BR /&gt;

&lt;PRE&gt;hei = 0.1		! Height
wid = 0.15		! Width
thik = 0.02		! Thickness

!----outline of prism

PUT		0 , 	 0 , 	15,
		wid,	 0 , 	15,
		wid, 	hei, 	15,
		0,		hei, 	15,
		0 , 	 0 , 	79,	!!Dummy node with mask
		0 , 	 0 , 	-1
	
!!---A rectangular hole

xx=0.1
yy=hei/2


PUT 	xx,			yy,			15,
		xx+0.015,	yy,			15,
		xx+0.015,	yy+0.012,	15,
		xx,			yy+0.012,	15,
		xx,			yy,			79,	!!Dummy node with mask
		xx,			yy,			-1

!!----Two circular holes

PUT		0.035, 	yy,  	900,
		0.015, 	360, 	4000+79	


PUT		0.065, 	yy,  	900,
		0.01, 	360, 	4000+79

!!-----Do the prism

PRISM_ nsp/3, thik,	GET (nsp)&lt;/PRE&gt;

I appreciate the help guys. I think I can work around the problem with the extra dummy nodes in the rectangular polygons. I wonder if Zsolt could comment on whether this is the way it is meant to work, or if it is a bug?</description>
      <pubDate>Wed, 27 Jan 2010 22:58:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178694#M21435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-27T22:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178695#M21436</link>
      <description>&lt;BLOCKQUOTE&gt;Peter wrote:&lt;BR /&gt;
This gives me the error as the attached image, Olivier. &lt;/BLOCKQUOTE&gt;

Peter, in your attachment (line 3), this is not the same code as in my example.&lt;BR /&gt;
&lt;BR /&gt;
Try this
&lt;PRE&gt;!!! ----- 1st hole -----
put 0.035+0.015, yy, 79,    ! 1st point
	0.035      , yy, 900,      
	0, 360-360/16, 4000+79,    ! 16 is the resolution
	0.035+0.015, yy, -1     ! closing&lt;/PRE&gt;

It works on 12. Don't know for 13.</description>
      <pubDate>Thu, 28 Jan 2010 08:05:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178695#M21436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T08:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178696#M21437</link>
      <description>!!! ----- 1st hole ----- &lt;BR /&gt;
put 0.035+0.015, yy, 79,    ! 1st point &lt;BR /&gt;
   0.035      , yy, 900,      &lt;BR /&gt;
   0, &lt;FONT color="#e30000"&gt;360-360/16&lt;/FONT&gt;, 4000+79,    ! 16 is the resolution &lt;BR /&gt;
   0.035+0.015, yy, -1     ! closing&lt;BR /&gt;
&lt;BR /&gt;
But 360-360/16 is equal to 337,5... So its not a full circle, right?&lt;BR /&gt;
&lt;BR /&gt;
I just can't understand why 360(Full circle) doesn't work.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 28 Jan 2010 10:32:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178696#M21437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T10:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178697#M21438</link>
      <description>&lt;BLOCKQUOTE&gt;Braza wrote:&lt;BR /&gt;
But 360-360/16 is equal to 337,5... So its not a full circle, right?&lt;BR /&gt;
&lt;BR /&gt;
I just can't understand why 360(Full circle) doesn't work.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;&lt;/BLOCKQUOTE&gt;

Right, it is an angle, not a full circle.&lt;BR /&gt;
In functiun of the resolution, it indicates the last point&lt;BR /&gt;
before the closing (1st point). &lt;BR /&gt;
&lt;BR /&gt;
Alternative solution. Place an additional point, just before the end of contour, &lt;BR /&gt;
with status code 15+64 (invisible edge). Next hole will be smooth.&lt;BR /&gt;
This is for 3D script. &lt;BR /&gt;

&lt;PRE&gt;EPS = 0.0001

!!! ---- outline of prism 
PUT 0 , 0  , 15, 
	wid, 0  , 15, 
	wid, hei, 15, 
	0  , hei, 15,
	0  , EPS, 15+64,   ! additional point
	0  , 0  , -1  

!!! ----- 1st hole -----
PUT 0.035, yy, 900, 
	0.015, 360, 4000+15+64 

!!! ----- 2nd hole -----
PUT 0.065, yy, 900, 
	0.010, 360, 4000+15+64&lt;/PRE&gt; &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
The weird thing is that in 2D script, for status code 4000, changes apply immediately.&lt;BR /&gt;
In 3D script, the apply at the next iteration.</description>
      <pubDate>Thu, 28 Jan 2010 11:22:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178697#M21438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T11:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178698#M21439</link>
      <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;Peter, in your attachment (line 3), this is not the same code as in my example.&lt;/BLOCKQUOTE&gt;

 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; Well spotted! I missed that. That's a nice little trick with the resolution on the hole.&lt;BR /&gt;
&lt;BR /&gt;
Thank you all for investigating the problem. I will stick with the extra point on the boundary and use EPS instead of having two points in exactly the same place.</description>
      <pubDate>Thu, 28 Jan 2010 13:37:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178698#M21439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T13:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178699#M21440</link>
      <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;GDL ref guide is inconsistant on this point.&lt;BR /&gt;
The fifteen years old example which explains the purpose ... &lt;BR /&gt;
just shows that it doesn't work in the way it is intended for. &lt;BR /&gt;
Sorry to be the eternal ranter. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/BLOCKQUOTE&gt;

Which example do you mean by that? I can see problems in this field but all 3 examples around page 180 in the Manual work and produce the same results as shown in the figures. I'd like to make the description more correct; I just don't know what to change exactly.&lt;BR /&gt;
&lt;BR /&gt;
I'm really thankful for all reports which help us make the documentation or GDL better!&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Zsolt</description>
      <pubDate>Tue, 02 Feb 2010 12:05:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178699#M21440</guid>
      <dc:creator>ztaskai</dc:creator>
      <dc:date>2010-02-02T12:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178700#M21441</link>
      <description>Hi Zsolt,&lt;BR /&gt;
&lt;BR /&gt;
The confusion concerns status code 4000 with full circle 360°, according to 2D and 3D script.&lt;BR /&gt;
&lt;BR /&gt;
In 2D script, changes apply immediately, when you switch status s from 1 to 0.&lt;BR /&gt;

&lt;PRE&gt;put 0, 0,  1, 
	A, 0,  1, 
	A, B,  1, 
	0, B,  1, 
	0, 0, -1 

put A/2, B/2 , 900,   ! 1st hole
	r, 360, 4000+s&lt;/PRE&gt;

In 3D script for a full circle, you need to place an additional point&lt;BR /&gt;
with the desired status code BEFORE the full circle,&lt;BR /&gt;
to get a smooth hole (64). Not intuitive.&lt;BR /&gt;

&lt;PRE&gt;put 0, 0  , 15, 
	A, 0  , 15, 
	A, B  , 15, 
	0, B  , 15,
	0, EPS, 15+64,   ! additional point
	0, 0  , -1

put A/2, B/2, 900,   ! 1st hole
	r, 360, 4000+15+64&lt;/PRE&gt;

Or you have to script an arc or two half circles.&lt;BR /&gt;
to control the smoothness of hole.&lt;BR /&gt;

&lt;PRE&gt;put 0, 0  , 15, 
	A, 0  , 15, 
	A, B  , 15, 
	0, B  , 15,
	0, 0  , -1

put A/2+r, B/2, 15+64,    ! 1st point of the hole
	A/2, B/2, 900,      
	0, 360-360/res, 4000+15+64,
	A/2+r, B/2, -1        ! closing&lt;/PRE&gt;

Please, correct me if I am wrong.&lt;BR /&gt;
Not a major issue, of course. Just a bit tricky.</description>
      <pubDate>Tue, 02 Feb 2010 13:54:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178700#M21441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-02T13:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Polyline masking problems (again).</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178701#M21442</link>
      <description>Oh, I see! This never occurred to me before. At first glance I consider this an ArchiCAD bug - not a bug of the documentation.&lt;BR /&gt;
&lt;BR /&gt;
I'm going to check the background of this behavior!&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Tue, 02 Feb 2010 17:58:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Polyline-masking-problems-again/m-p/178701#M21442</guid>
      <dc:creator>ztaskai</dc:creator>
      <dc:date>2010-02-02T17:58:20Z</dc:date>
    </item>
  </channel>
</rss>

