<?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: GET Values of A, B, zzyzx from a called object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230566#M1525</link>
    <description>Why do you not want to use RETURNED_PARAMETERS?</description>
    <pubDate>Sun, 23 May 2021 22:53:35 GMT</pubDate>
    <dc:creator>Kristian Bursell</dc:creator>
    <dc:date>2021-05-23T22:53:35Z</dc:date>
    <item>
      <title>GET Values of A, B, zzyzx from a called object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230564#M1523</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is it possible to get only the Values of A, B, zzyzx from a called object,&lt;BR /&gt;
without using RETURNED_PARAMETERS?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Mar 2020 09:27:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230564#M1523</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2020-03-24T09:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: GET Values of A, B, zzyzx from a called object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230565#M1524</link>
      <description>Very good question. I've been thinking about the same already several years. And I probably know why you need it - you want to save a custom object and after call it as a macro and you want to use A,B and ZZYZX parameters of called macro in the main script - for example to place boundary hotspots, or find out centre of called object and place it by it's centre (for example for handle).&lt;BR /&gt;
&lt;BR /&gt;
Looks like impossible. Unfortunately I/O Text Add-On cannot read GSM files, only txt or gdl, otherwise would be possible to set the script to scan the macro for these variables.&lt;BR /&gt;
n = REQUEST ("ASSOCLP_PARVALUE"...) works only with labels, markers and property objects.</description>
      <pubDate>Sun, 23 May 2021 13:02:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230565#M1524</guid>
      <dc:creator>Podolsky</dc:creator>
      <dc:date>2021-05-23T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: GET Values of A, B, zzyzx from a called object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230566#M1525</link>
      <description>Why do you not want to use RETURNED_PARAMETERS?</description>
      <pubDate>Sun, 23 May 2021 22:53:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230566#M1525</guid>
      <dc:creator>Kristian Bursell</dc:creator>
      <dc:date>2021-05-23T22:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: GET Values of A, B, zzyzx from a called object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230567#M1526</link>
      <description>You see, if you are saving GDL object from ArchiCAD - as an object or as special subtype (like window sash etc.)&lt;BR /&gt;
ArchiCAD does not generate at the end of the file "END A, B, ZZYZX"&lt;BR /&gt;
&lt;BR /&gt;
That means you cannot create a library part with some advanced functions for simple user, who doesn't know and doesn't want to edit GDL codes.</description>
      <pubDate>Sun, 23 May 2021 23:32:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230567#M1526</guid>
      <dc:creator>Podolsky</dc:creator>
      <dc:date>2021-05-23T23:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: GET Values of A, B, zzyzx from a called object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230568#M1527</link>
      <description>@Joachim&lt;BR /&gt;
&lt;BR /&gt;
I also experienced this limitation.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;   Retrieving ZZYZX from a custom saved object would solve many erratic behavior on Called macros.  Specially saved Meshes.&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Podolsky wrote:&lt;BR /&gt;ArchiCAD does not generate at the end of the file "END A, B, ZZYZX"&lt;/BLOCKQUOTE&gt;

Exactly!  Perhaps this wouldn't be too difficult to implement by GS.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_question.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 25 May 2021 11:28:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GET-Values-of-A-B-zzyzx-from-a-called-object/m-p/230568#M1527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-25T11:28:26Z</dc:date>
    </item>
  </channel>
</rss>

