<?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 for Accessories add-on in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-for-Accessories-add-on/m-p/157004#M12586</link>
    <description>Hello Karl,&lt;BR /&gt;
&lt;BR /&gt;
The odd mask values are in inches (to millimeters). Here is a part of Graphisoft's own code, there are 0", 1", 1 1/2" and 2" used:&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;	! -----------------------
	! Scan the input polygons
	! -----------------------
	
	cp_num=0
	cp_all_num=vardim1(ac_coords)
	for i=1 to vardim1(ac_coords)
		if ac_coords&lt;I&gt;[1]&amp;gt;1 1/2" then cp_num=cp_num+1
	next i
	
	if cp_num=1 and (ac_coords[1][2]&amp;lt;&amp;gt;ac_coords[vardim1(ac_coords)][2] or ac_coords[1][3]&amp;lt;&amp;gt;ac_coords[vardim1(ac_coords)][3]) then
		ac_coords[vardim1(ac_coords)][1]=1"
		last_line=vardim1(ac_coords)+1
		ac_coords[last_line][1]=2"
		ac_coords[last_line][2]=ac_coords[1][2]
		ac_coords[last_line][3]=ac_coords[1][3]
	endif
&lt;/I&gt;&lt;/PRE&gt;

I have not found documentation about this matter, hope this helps.</description>
    <pubDate>Sun, 20 Apr 2014 09:27:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-20T09:27:45Z</dc:date>
    <item>
      <title>GDL for Accessories add-on</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-for-Accessories-add-on/m-p/157003#M12585</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I'm working on a series of gdl-objects that uses the Accessories add-on. My first object was a wall accessory and it works fine. After that I've been studying the slab accessories in the accessories library.&lt;BR /&gt;
These are my questions : &lt;BR /&gt;
The  parameter ac_coords has three columns. From looking at the values I recognize column no.2 and 3 as x- and y-coordinates. The first column though, has strange values ( 25.4 and 50.8 ). I guess they define the beginning of a hole, but is'nt it usually done with a status code of -1? &lt;BR /&gt;
Is there any documentation on how to create accessory objects, explaining the parameters that provide the indata from the chosen slab, roof et c.?&lt;BR /&gt;
Karl W&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Apr 2014 10:34:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-for-Accessories-add-on/m-p/157003#M12585</guid>
      <dc:creator>Karl Wir_n</dc:creator>
      <dc:date>2014-04-16T10:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: GDL for Accessories add-on</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-for-Accessories-add-on/m-p/157004#M12586</link>
      <description>Hello Karl,&lt;BR /&gt;
&lt;BR /&gt;
The odd mask values are in inches (to millimeters). Here is a part of Graphisoft's own code, there are 0", 1", 1 1/2" and 2" used:&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;	! -----------------------
	! Scan the input polygons
	! -----------------------
	
	cp_num=0
	cp_all_num=vardim1(ac_coords)
	for i=1 to vardim1(ac_coords)
		if ac_coords&lt;I&gt;[1]&amp;gt;1 1/2" then cp_num=cp_num+1
	next i
	
	if cp_num=1 and (ac_coords[1][2]&amp;lt;&amp;gt;ac_coords[vardim1(ac_coords)][2] or ac_coords[1][3]&amp;lt;&amp;gt;ac_coords[vardim1(ac_coords)][3]) then
		ac_coords[vardim1(ac_coords)][1]=1"
		last_line=vardim1(ac_coords)+1
		ac_coords[last_line][1]=2"
		ac_coords[last_line][2]=ac_coords[1][2]
		ac_coords[last_line][3]=ac_coords[1][3]
	endif
&lt;/I&gt;&lt;/PRE&gt;

I have not found documentation about this matter, hope this helps.</description>
      <pubDate>Sun, 20 Apr 2014 09:27:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-for-Accessories-add-on/m-p/157004#M12586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-20T09:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: GDL for Accessories add-on</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-for-Accessories-add-on/m-p/157005#M12587</link>
      <description>Thank's Juha,&lt;BR /&gt;
now I know there's probably no documentation on the accessories add-on. I managed to get my script working by using parts from the objects in the acc. library.  I still find it a bit strange using different fractions of inches for detecting the number of contours in the polygon. And is it only 1" and 2" that have a true meaning or are there other status codes hiding in the system? The add-on itself is very versatile so I think there should be more objects for it.&lt;BR /&gt;
Karl Wirén</description>
      <pubDate>Tue, 22 Apr 2014 18:37:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-for-Accessories-add-on/m-p/157005#M12587</guid>
      <dc:creator>Karl Wir_n</dc:creator>
      <dc:date>2014-04-22T18:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: GDL for Accessories add-on</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-for-Accessories-add-on/m-p/157006#M12588</link>
      <description>I worked on it to show the possibilities of it - the potential in it:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/watch?v=14pWsDN4R_A" target="_blank"&gt;https://www.youtube.com/watch?v=14pWsDN4R_A&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Grapisoft writes that there is no support or further developing of this - what is not really good for Archicad - i think..&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Otherwise GDL should implement an real easy way to let the user operate polygonal elements exact like other Archicad-Tools like slab or roof-Tool with the normal pet-pal.&lt;BR /&gt;
&lt;BR /&gt;
In V19 – Archicad implemented editing more polygonal elements with one single command. GDL should be enabled to be editited also with this workflow!&lt;BR /&gt;
&lt;BR /&gt;
Then – the accessory-addon would become needless</description>
      <pubDate>Wed, 10 Feb 2016 10:03:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-for-Accessories-add-on/m-p/157006#M12588</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2016-02-10T10:03:35Z</dc:date>
    </item>
  </channel>
</rss>

