<?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: Coordinate table in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27909#M2407</link>
    <description>thanks a lot for the help so far</description>
    <pubDate>Wed, 20 Feb 2008 13:21:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-02-20T13:21:51Z</dc:date>
    <item>
      <title>Coordinate table</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27905#M2403</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello!&lt;BR /&gt;
&lt;BR /&gt;
Does enyone have an idea how to create automatic coordinate table using a &lt;B&gt;schedule&lt;/B&gt;. For example on site plan if i need a buildings corner coordinates. I wish to mark the corners with numbers and place a simple table on the side of the layout showing the X and Y cooordinate of these points.&lt;BR /&gt;
&lt;BR /&gt;
Peeter&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Feb 2008 12:35:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27905#M2403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-12T12:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate table</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27906#M2404</link>
      <description>If Ihad to do this, I would probably write a simple GDL object.&lt;BR /&gt;
In GDL you can obtain the X and Y coordinates of the point the object was inserted. Here is a page that writes about this. You need the SYMB_POS_X and SYMB_POS_Y variables.&lt;BR /&gt;
See at &lt;A href="http://www.archicadwiki.com/Global_GDL_Parameters#head-931f5bd5cfdd709420576c31cd1b347f7925328c" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.archicadwiki.com/Global_GDL_Parameters#head-931f5bd5cfdd709420576c31cd1b347f7925328c" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://www.archicadwiki.com/Global_GDL_ ... 7f7925328c&amp;quot;&amp;gt;http://www.archicadwiki.com/Global_GDL_Parameters#head-931f5bd5cfdd709420576c31cd1b347f7925328c&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://www.archicadwiki.com/Global_GDL_ ... 7f7925328c"&gt;http://www.archicadwiki.com/Global_GDL_Parameters#head-931f5bd5cfdd709420576c31cd1b347f7925328c&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
The 2D Script of the object would probably be just a crosshair and a text. I would display the User ID of the object in that Text for two reasons:&lt;BR /&gt;
1. It can be listed/scheduled&lt;BR /&gt;
2. When placing these successive object representing the points, the program can be set in Preferences to automatically increase the User ID. Or later, with the Element ID Manager, the IDs can be rearranged.&lt;BR /&gt;
&lt;BR /&gt;
Then I would create a simple Interactive Schedule that would list these objects, their User IDs, plus their X and Y coordinates.</description>
      <pubDate>Thu, 14 Feb 2008 17:32:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27906#M2404</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2008-02-14T17:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate table</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27907#M2405</link>
      <description>Hello again, &lt;BR /&gt;
I was able to create this simple object, and even to make it diplay the coordinates but I still unable to make a shedule diplay them as they  are just a part of the 2d script.&lt;BR /&gt;
My 2d script looks like this. &lt;BR /&gt;
 &lt;BR /&gt;
line2 -1,0,1,0&lt;BR /&gt;
line2 0,1,0,-1&lt;BR /&gt;
circle2 0,0,0.5&lt;BR /&gt;
hotspot2 0,0&lt;BR /&gt;
text2 1,1,glob_id&lt;BR /&gt;
text2 1,-1,symb_pos_x&lt;BR /&gt;
text2 1,-2,symb_pos_y&lt;BR /&gt;
&lt;BR /&gt;
How can I make a shedule to read and display the x,y position of the object/&lt;BR /&gt;
&lt;BR /&gt;
Peeter</description>
      <pubDate>Wed, 20 Feb 2008 10:55:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27907#M2405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-20T10:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate table</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27908#M2406</link>
      <description>Hmmm, I checked into this thing a little bit but I do not have good news.&lt;BR /&gt;
&lt;BR /&gt;
I thought that since you can list any Parameter of any Library Part in an Interactive Schedule, you can create two new parameters for your object and use the PARAMETERS command of GDL to assign to them the values of SYMB_POS_X and SYMB_POS_Y. But it seems like it does not work.&lt;BR /&gt;
&lt;BR /&gt;
Then I thought maybe you can create COMPONENTS for the Object and list the Components with the Interactive Schedule. However, you cannot list components of Objects with the IS, only components of Walls, Columns, Beams, Slabs and Roofs.&lt;BR /&gt;
&lt;BR /&gt;
So I am out of ideas. Sorry.</description>
      <pubDate>Wed, 20 Feb 2008 13:17:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27908#M2406</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2008-02-20T13:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate table</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27909#M2407</link>
      <description>thanks a lot for the help so far</description>
      <pubDate>Wed, 20 Feb 2008 13:21:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Coordinate-table/m-p/27909#M2407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-20T13:21:51Z</dc:date>
    </item>
  </channel>
</rss>

