<?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 Scripting the Following in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221520#M5301</link>
    <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
Play with this in a new object and paste in 3D script:&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;x=1
y=2
status=3

!array of points and status info
DIM pt[][]
pt[1]&lt;X&gt;=0
pt[1]&lt;Y&gt;=0
pt[1][status]=0

pt[2]&lt;X&gt;= -0.1				!&amp;lt;-- play with this value, positive and negative values.
pt[2]&lt;Y&gt;=0
pt[2][status]=0

pt[3]&lt;X&gt;=0
pt[3]&lt;Y&gt;=0.1
pt[3][status]=0

PUT pt

TUBE 3,						!&amp;lt;-- cross shape # of nodes
8,							!&amp;lt;-- path nodes + 2 tangent nodes
1+2+16,						!&amp;lt;-- mask, this example includes edges to see where path starts and ends

GET(nsp),
!!!pt[1]&lt;X&gt;,pt[1]&lt;Y&gt;,0, 	!&amp;lt;-- these are the points passed through PUT/GET, values were stored in array
!!!pt[2]&lt;X&gt;,pt[2]&lt;Y&gt;,0,
!!!pt[3]&lt;X&gt;,pt[3]&lt;Y&gt;,0,

0,0,0,0,					!&amp;lt;-- orientation node for first path surface, used 0,0
A/2,0,0,0,					!&amp;lt;-- first path node, begins at A/2, look 3D to see this
A,0,0,0,
A,B,0,0,
0,B,0,0,
0,0,0,0,
A/2,0,0,0,					!&amp;lt;-- last path node
A,-B,0,0					!&amp;lt;-- end orientation node. Defines orientation of last face, replace (-B) with 0 to see how it changes shape

LIN_ A/2,0,0, A,-B,0		!&amp;lt;-- just a line to indicate how the last orientation node is defined here. This is NOT the normal of the last face,
							!--- but the face that would generate if the path continued that way. A bisector face, in essence.

&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/PRE&gt;

Hope that helps you understand a bit. Read the GDL documentation. But actually &lt;B&gt;read&lt;/B&gt; it... I'm talking about those deep plunge reads that need to be done to completely understand technical text. I can say that the docs are really good, but &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;too technically accurate&lt;E&gt;&lt;/E&gt; and not very every-day-user friendly &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt; They need 110% attention to understand thoroughly.&lt;BR /&gt;
&lt;BR /&gt;
Best regards.</description>
    <pubDate>Mon, 28 Aug 2017 18:57:24 GMT</pubDate>
    <dc:creator>sinceV6</dc:creator>
    <dc:date>2017-08-28T18:57:24Z</dc:date>
    <item>
      <title>GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221508#M5289</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am trying to make a parametric door leaf that can be used in multiple projects.  It's a custom cabinet door, but it will be saved as a custom door leaf.  I attached a picture of the profile that I don't know how to GDL script.  I am hoping someone on this website can explain to me how this would be possible.  The goal is to model that profile and have it be parametric.&lt;BR /&gt;
&lt;BR /&gt;
I have been drawing through GDL script to make my custom cabinet doors, but I don't know how to script this.&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="woodmont-panel-profiles-only-2013.jpg" style="width: 367px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/37043iF909F2ECD191AB23/image-size/large?v=v2&amp;amp;px=999" role="button" title="woodmont-panel-profiles-only-2013.jpg" alt="woodmont-panel-profiles-only-2013.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 24 May 2023 11:01:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221508#M5289</guid>
      <dc:creator>toman311</dc:creator>
      <dc:date>2023-05-24T11:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221509#M5290</link>
      <description>Hi.&lt;BR /&gt;
If you are thinking of scripting this as a profile to be extruded along a polyline, look into "Additional status codes" in the GDL manual.</description>
      <pubDate>Thu, 17 Aug 2017 19:11:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221509#M5290</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2017-08-17T19:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221510#M5291</link>
      <description>That's just it.  I really don't know how to go about doing this kind of profile.  Thanks for the tip.  I will check that!</description>
      <pubDate>Thu, 17 Aug 2017 19:26:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221510#M5291</guid>
      <dc:creator>toman311</dc:creator>
      <dc:date>2017-08-17T19:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221511#M5292</link>
      <description>I tried extruding along a polyline and I got an error when turning the corner.&lt;BR /&gt;
I attached a screen shot of the problem.&lt;BR /&gt;
&lt;BR /&gt;
The problem is that when I try and turn a 90 degree turn the outside edges don't form a corner (my script is off a bit so it's not a perfect 90 degree turn, but the problem would still be the same).  They instead turn at angles.</description>
      <pubDate>Thu, 24 Aug 2017 20:32:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221511#M5292</guid>
      <dc:creator>toman311</dc:creator>
      <dc:date>2017-08-24T20:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221512#M5293</link>
      <description>Here's another view attached.</description>
      <pubDate>Thu, 24 Aug 2017 20:35:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221512#M5293</guid>
      <dc:creator>toman311</dc:creator>
      <dc:date>2017-08-24T20:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221513#M5294</link>
      <description>I've tried another way, but I am having trouble.  I ALMOST got it though.  Can anyone help me with this problem?&lt;BR /&gt;
&lt;BR /&gt;
I attached a photo of how far I have gotten.  I want to do the intersection tool so I can get the corners.  I made the curves out of "PRISM_".  I made each curved piece into a separate group.  I then try the Intersect Group option and I can never bring the new group into the project.  I am not sure what to do.  I'll post the code that I have up to the point of it working.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
GROUP "RCLeft"&lt;BR /&gt;
J7=1&lt;BR /&gt;
R=1&lt;BR /&gt;
H=3&lt;BR /&gt;
ADDx R&lt;BR /&gt;
ADDy -R&lt;BR /&gt;
!9&lt;BR /&gt;
PRISM_ 9, H,&lt;BR /&gt;
		-R,			R,			15,&lt;BR /&gt;
		COS(180)*R,	SIN(180)*R,	64+15,&lt;BR /&gt;
		COS(165)*R,	SIN(165)*R,	64+15,&lt;BR /&gt;
		COS(150)*R,	SIN(150)*R,	64+15,&lt;BR /&gt;
		COS(135)*R,	SIN(135)*R,	64+15,&lt;BR /&gt;
		COS(120)*R,	SIN(120)*R,	64+15,&lt;BR /&gt;
		COS(105)*R,	SIN(105)*R,	64+15,&lt;BR /&gt;
		COS(90)*R,	SIN(90)*R,	64+15,&lt;BR /&gt;
		-R,			R,			15&lt;BR /&gt;
!20&lt;BR /&gt;
MATERIAL "Mtl-Zinc"&lt;BR /&gt;
DEL 2&lt;BR /&gt;
ENDGROUP&lt;BR /&gt;
&lt;BR /&gt;
GROUP "RCTop"&lt;BR /&gt;
J7=1&lt;BR /&gt;
R=1&lt;BR /&gt;
H=3&lt;BR /&gt;
ADDx R&lt;BR /&gt;
ADDy -R&lt;BR /&gt;
ADDz -R&lt;BR /&gt;
PRISM_ 9, H,&lt;BR /&gt;
		-R,			R,			15,&lt;BR /&gt;
		COS(180)*R,	SIN(180)*R,	64+15,&lt;BR /&gt;
		COS(165)*R,	SIN(165)*R,	64+15,&lt;BR /&gt;
		COS(150)*R,	SIN(150)*R,	64+15,&lt;BR /&gt;
		COS(135)*R,	SIN(135)*R,	64+15,&lt;BR /&gt;
		COS(120)*R,	SIN(120)*R,	64+15,&lt;BR /&gt;
		COS(105)*R,	SIN(105)*R,	64+15,&lt;BR /&gt;
		COS(90)*R,	SIN(90)*R,	64+15,&lt;BR /&gt;
		-R,			R,			15&lt;BR /&gt;
&lt;BR /&gt;
DEL 2&lt;BR /&gt;
ENDGROUP&lt;BR /&gt;
!45&lt;BR /&gt;
PLACEGROUP "RCLeft"&lt;BR /&gt;
ROTy 90&lt;BR /&gt;
ROTx 270&lt;BR /&gt;
ADDx -R&lt;BR /&gt;
PLACEGROUP "RCTop"&lt;BR /&gt;
DEL 3&lt;BR /&gt;
&lt;BR /&gt;
!Here's the code that I am having trouble with below.&lt;BR /&gt;
&lt;BR /&gt;
Corner01=ISECTGROUP{2}("RCTop", "RCLeft")&lt;BR /&gt;
&lt;BR /&gt;
PLACEGROUP Corner01&lt;BR /&gt;
KILLGROUP "RCLeft"&lt;BR /&gt;
KILLGROUP "RCTop"&lt;BR /&gt;
KILLGROUP "Corner01"&lt;BR /&gt;
&lt;BR /&gt;
!I can't bring the intersected corner into existence.  I would really appreciate&lt;BR /&gt;
!some help or if anyone can direct me to some information.</description>
      <pubDate>Thu, 24 Aug 2017 20:45:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221513#M5294</guid>
      <dc:creator>toman311</dc:creator>
      <dc:date>2017-08-24T20:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221514#M5295</link>
      <description>Look up the GDL Cookbook 4, by David Nicholson-Cole. The PDF is freely (legally freely) available all over the Internet. &lt;BR /&gt;
Check out especially TUBE and TUBEA, and just for the heck of it PUT&amp;amp;GET. &lt;BR /&gt;
That is if you want to go the way of the tube —with what you already know, it seems to me that you might be able to do what you want by creating a block/prism/whatever and subtracting shapes from it. (I may be getting your overall intent wrong though.)&lt;BR /&gt;
Also, in case you are fed up with scripting polylines from scratch, check out 'stealing' from Archicad.</description>
      <pubDate>Thu, 24 Aug 2017 21:40:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221514#M5295</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2017-08-24T21:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221515#M5296</link>
      <description>Thanks!  I'll definitely look into that PDF.&lt;BR /&gt;
&lt;BR /&gt;
Also, I am trying to create shapes using Solid Element Operations (they might be called a little different in GDL, but I can't remember at the moment) and assemble them into the overall form that I want.  The model would have to be parametric, so I thought that could be possible with the way I was trying.</description>
      <pubDate>Thu, 24 Aug 2017 21:50:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221515#M5296</guid>
      <dc:creator>toman311</dc:creator>
      <dc:date>2017-08-24T21:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221516#M5297</link>
      <description>Hi.&lt;BR /&gt;
Don't take my word for it... as I haven't tested, but I think you should put your transformations inside group definitions. There's no need to place groups to do operations. Once they are defined, you call them directly to the operations, and they are called in their defined positions. Read the GDL documentation, if I remember correctly, there's an explanation in group definitions regarding transformations and even an example of this.&lt;BR /&gt;
&lt;BR /&gt;
You're not seeing the result because&lt;BR /&gt;
1. The geometry of the two initial groups would overlap the result; so just place the groups to check positions.&lt;BR /&gt;
2. There might be missing parameters in ISECTGROUP{2} &amp;lt;-- version 2 of the ISECTGROUP command.&lt;BR /&gt;
&lt;BR /&gt;
Another thing you can do, is to look into CUTPLANE. For the type of thing you are trying to do, it'll be far easier to do: in essence, you'll define two cut planes for each piece, and trim an extended piece to 45° at the ends. You could even do it once with some clever scripting and place the result in the required sides.&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps.&lt;BR /&gt;
Best regards.</description>
      <pubDate>Fri, 25 Aug 2017 23:26:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221516#M5297</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2017-08-25T23:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221517#M5298</link>
      <description>Hi.&lt;BR /&gt;
Try this code to understand. Make a new object and paste in 3D script.&lt;BR /&gt;
You can play with the transformation variable tr at the beginning. Try 0.75 for example.&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;tr = 1

GROUP "BLOCK1"
BLOCK A, B, ZZYZX
ENDGROUP

!ADD tr,tr,tr  !&amp;lt;-- You can uncomment this and won't have an effect on group definitions, but will do in the general object transformations

GROUP "BLOCK2"
ADD tr,tr,tr
SPHERE A/2
DEL 1 !&amp;lt;--- keep an eye on transformations inside groups
ENDGROUP

!!This block will place groups in defined positions, and apply a transformation to the sphere group, but won't work for ISECT command.
!MODEL WIRE
!PLACEGROUP "BLOCK1"
!ADD tr,tr,tr
!PLACEGROUP "BLOCK2"
!DEL 1

MODEL SOLID

INTER = ISECTGROUP("BLOCK1", "BLOCK2")
PLACEGROUP INTER

!!This block will show original groups positions. Comment this to hide groups.
MODEL WIRE
PLACEGROUP "BLOCK1"
PLACEGROUP "BLOCK2"
&lt;/PRE&gt;

Best regards.</description>
      <pubDate>Fri, 25 Aug 2017 23:42:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221517#M5298</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2017-08-25T23:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221518#M5299</link>
      <description>Thanks for the help!  I attached a picture showing the successful ISECTGROUP.&lt;BR /&gt;
I'll look into the CUTPLANE as well.</description>
      <pubDate>Mon, 28 Aug 2017 16:11:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221518#M5299</guid>
      <dc:creator>toman311</dc:creator>
      <dc:date>2017-08-28T16:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221519#M5300</link>
      <description>I have been trying to figure out how to do what I am trying to do with the TUBE tool.  TUBE is very confusing.  I can't seem to figure out what the path points represent.  I got the shape I wanted from the TUBE tool with trial and error, but I need to make the shape parametric.  So, I am confused on that since I don't really understand how the TUBE tool script works.  It appears to me that I am struggling with the path of the TUBE and not the polyline profile.  Of course, I could be wrong and maybe I drew the profile wrong.&lt;BR /&gt;
&lt;BR /&gt;
Do you, or anyone, have any enlightenment for me with regards to the TUBE tool?  It's really upsetting that I can't figure it out!</description>
      <pubDate>Mon, 28 Aug 2017 16:16:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221519#M5300</guid>
      <dc:creator>toman311</dc:creator>
      <dc:date>2017-08-28T16:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221520#M5301</link>
      <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
Play with this in a new object and paste in 3D script:&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;x=1
y=2
status=3

!array of points and status info
DIM pt[][]
pt[1]&lt;X&gt;=0
pt[1]&lt;Y&gt;=0
pt[1][status]=0

pt[2]&lt;X&gt;= -0.1				!&amp;lt;-- play with this value, positive and negative values.
pt[2]&lt;Y&gt;=0
pt[2][status]=0

pt[3]&lt;X&gt;=0
pt[3]&lt;Y&gt;=0.1
pt[3][status]=0

PUT pt

TUBE 3,						!&amp;lt;-- cross shape # of nodes
8,							!&amp;lt;-- path nodes + 2 tangent nodes
1+2+16,						!&amp;lt;-- mask, this example includes edges to see where path starts and ends

GET(nsp),
!!!pt[1]&lt;X&gt;,pt[1]&lt;Y&gt;,0, 	!&amp;lt;-- these are the points passed through PUT/GET, values were stored in array
!!!pt[2]&lt;X&gt;,pt[2]&lt;Y&gt;,0,
!!!pt[3]&lt;X&gt;,pt[3]&lt;Y&gt;,0,

0,0,0,0,					!&amp;lt;-- orientation node for first path surface, used 0,0
A/2,0,0,0,					!&amp;lt;-- first path node, begins at A/2, look 3D to see this
A,0,0,0,
A,B,0,0,
0,B,0,0,
0,0,0,0,
A/2,0,0,0,					!&amp;lt;-- last path node
A,-B,0,0					!&amp;lt;-- end orientation node. Defines orientation of last face, replace (-B) with 0 to see how it changes shape

LIN_ A/2,0,0, A,-B,0		!&amp;lt;-- just a line to indicate how the last orientation node is defined here. This is NOT the normal of the last face,
							!--- but the face that would generate if the path continued that way. A bisector face, in essence.

&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/PRE&gt;

Hope that helps you understand a bit. Read the GDL documentation. But actually &lt;B&gt;read&lt;/B&gt; it... I'm talking about those deep plunge reads that need to be done to completely understand technical text. I can say that the docs are really good, but &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;too technically accurate&lt;E&gt;&lt;/E&gt; and not very every-day-user friendly &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt; They need 110% attention to understand thoroughly.&lt;BR /&gt;
&lt;BR /&gt;
Best regards.</description>
      <pubDate>Mon, 28 Aug 2017 18:57:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221520#M5301</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2017-08-28T18:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Scripting the Following</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221521#M5302</link>
      <description>Thank you very much for your help.  I really appreciate it!  I've read "Introduction to Object Making with ArchiCAD: GDL for Beginners".  It looks like the same author wrote the GDL Cookbook.  I plan on reading the GDL Cookbook when work is slower, which, right now, it is!  Hopefully I'll get to read it before the office gets ridiculously fast again.&lt;BR /&gt;
&lt;BR /&gt;
I attached a picture of the cabinet door I was wanting to make just to show you what I did with your help.  There's a lot of parametric abilities with this cabinet.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/37044iF5F64F33BAAD2035/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen Shot 2017-09-06 at 4.28.33 PM.png" title="Screen Shot 2017-09-06 at 4.28.33 PM.png" /&gt;</description>
      <pubDate>Wed, 06 Sep 2017 21:31:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Scripting-the-Following/m-p/221521#M5302</guid>
      <dc:creator>toman311</dc:creator>
      <dc:date>2017-09-06T21:31:21Z</dc:date>
    </item>
  </channel>
</rss>

