<?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: PROPERTIES: What is the scope of variables? in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588165#M62963</link>
    <description>&lt;P&gt;Hi Mark.&lt;/P&gt;
&lt;P&gt;Before the "general parameters" were made available (introduced&amp;nbsp; in AC25, if im not mistaken), the pix below is the "old school way of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;analyzing values (thru multiple expressions). This way , results can be collected in a single column&lt;/P&gt;
&lt;P&gt;in listings/schedules, especially for summing up the volumes of diff. elements&amp;nbsp; (e.g.,column volume+beam volume+object volume+ n volume).. Hence, Bill of quantities is the most obvious application of expression-based properties.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToperBarrientos_0-1707909357797.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/53339i9765DFF7FE607DBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="ToperBarrientos_0-1707909357797.png" alt="ToperBarrientos_0-1707909357797.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Pls, find the guide here :&amp;nbsp;&lt;A href="https://help.graphisoft.com/AC/27/INT/index.htm?rhcsh=1&amp;amp;rhnewwnd=0&amp;amp;rhmapid=#t=_AC27_Help%2F045_PropertiesClassifications%2F045_PropertiesClassifications-14.htm%23XREF_71171_Simple_Mapping" target="_blank" rel="noopener"&gt;Archicad 27 Help (graphisoft.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers !&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 23:31:13 GMT</pubDate>
    <dc:creator>Toper Barrientos</dc:creator>
    <dc:date>2024-02-15T23:31:13Z</dc:date>
    <item>
      <title>PROPERTIES: What is the scope of variables?</title>
      <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/587472#M62923</link>
      <description>&lt;P&gt;I have areas generated by different zones/categories but they need to interact with one another&lt;/P&gt;
&lt;P&gt;1 group of zones sums the gross site area&lt;/P&gt;
&lt;P&gt;2nd group adds up the site contacting areas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need the sum of Group 1 to be divided by Group 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However the scope is not clear and does not work if I apply normal programming to it&lt;/P&gt;
&lt;P&gt;Here I am extracting the site areas into the variable SITE:Gross Area&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aurasphere_1-1707473951429.png" style="width: 799px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/53104iAC5395A3E9B9F9B5/image-dimensions/799x581?v=v2" width="799" height="581" role="button" title="Aurasphere_1-1707473951429.png" alt="Aurasphere_1-1707473951429.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here I am dividing site area by the floor areas (temporarily using a type in value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aurasphere_4-1707474095941.png" style="width: 800px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/53107iD4E0F7BC63F1149F/image-dimensions/800x528?v=v2" width="800" height="528" role="button" title="Aurasphere_4-1707474095941.png" alt="Aurasphere_4-1707474095941.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I simply need an overall calculation of GFA_FSR / Site: Gross Area&lt;/P&gt;
&lt;P&gt;How is such a basic thing achieved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 08:45:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/587472#M62923</guid>
      <dc:creator>Aurasphere</dc:creator>
      <dc:date>2024-02-13T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROPERTIES: What is the scope of variables?</title>
      <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/587474#M62924</link>
      <description>&lt;P&gt;FYI: Expressions can only Operate on the Properties for the Element to which they are attached. They can not address multiple elements and there is no global variable to store data from expressions. The operation that you are attempting is easily handled by a Python script. There are several examples of such on this forum if you do a search.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 10:57:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/587474#M62924</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2024-02-09T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROPERTIES: What is the scope of variables?</title>
      <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/587531#M62932</link>
      <description>&lt;P&gt;RE: Globals etc.&lt;/P&gt;
&lt;P&gt;It is horrifying to me that, when I was first into computer, Amiga had an OS implemented scripting (Arexx) that was system wide, nearly all programs had it build in we had, shock horror IAP (Inter Application) and IPC (Inter process) communications. Need macros etc, simple, add a menu, attach script away you. You want your database to talk to a paint program...not a problem at all...easy. Even early nineties, large programs like Corel Draw had a pretty much full implementation of VBS. Sure nowhere near as elegant but got the job done.&lt;/P&gt;
&lt;P&gt;Fast forward 30 years...and still struggling to get basic stuff like FSR etc without having to learn yet another language.&lt;/P&gt;
&lt;P&gt;Cmon GS...it should not be this hard especially in this day and age. Im reasonable with python but what I have done so far is kludgy and as explained in other posts...you can even get to a lot of stuff...eg remote switching of MVO&lt;BR /&gt;&lt;BR /&gt;When is there going to be global scoping and active data types available to GDL or autotexts ie AutoVar1 * AutoVar2&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without a robust and consistent framework...will be left far behind. I remember when I first started using revit and saw how you could export an interactive schedule, bulk manage in Excel and then reimport...hmm that was 2009 I think. Only just getting limited important functionality in AC now.&lt;BR /&gt;&lt;BR /&gt;I love archicad but havent stuff this unfriendly (even the datatype semantics) makes it hard for decent users to contribute.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 00:14:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/587531#M62932</guid>
      <dc:creator>Aurasphere</dc:creator>
      <dc:date>2024-02-10T00:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROPERTIES: What is the scope of variables?</title>
      <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588089#M62958</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/7804"&gt;@poco2013&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then what is the nature of multiple expressions? ie do they share scope? Ultimately there is only one output from the property&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 05:05:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588089#M62958</guid>
      <dc:creator>Aurasphere</dc:creator>
      <dc:date>2024-02-14T05:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROPERTIES: What is the scope of variables?</title>
      <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588103#M62959</link>
      <description>&lt;P&gt;Not sure what you mean by "multiple expression"? But any Element can have or use as many expressions as you want as long as their availability is properly classified for that element. And one expression can read another expressions value, but the order of processing is important. A expression can not write to another expression, only read its value as any other property. However an expression can only address the properties of the individual element to which it is assigned. IOW: it can not aggregate properties from multiple elements even if they have the same availability classification.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 23:30:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588103#M62959</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2024-02-15T23:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROPERTIES: What is the scope of variables?</title>
      <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588104#M62960</link>
      <description>&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;But since the transactional width is so narrow, Im not sure why you would have multiple expressions?&lt;/P&gt;
&lt;P&gt;Do you have any examples of multiple expressions being used ie a descendant list?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:27:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588104#M62960</guid>
      <dc:creator>Aurasphere</dc:creator>
      <dc:date>2024-02-14T06:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROPERTIES: What is the scope of variables?</title>
      <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588108#M62961</link>
      <description>&lt;P&gt;Again I believe we are talking about two different application. You can have multiple expression calculating different things, just as you can have multiple user properties.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:32:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588108#M62961</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2024-02-14T06:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROPERTIES: What is the scope of variables?</title>
      <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588111#M62962</link>
      <description>&lt;P&gt;Correct but the singular property can only produce a single output in the target format.&lt;BR /&gt;&lt;BR /&gt;For context, do you have any properties that are multiline expressions...I really dont get it...sorry&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:36:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588111#M62962</guid>
      <dc:creator>Aurasphere</dc:creator>
      <dc:date>2024-02-14T06:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROPERTIES: What is the scope of variables?</title>
      <link>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588165#M62963</link>
      <description>&lt;P&gt;Hi Mark.&lt;/P&gt;
&lt;P&gt;Before the "general parameters" were made available (introduced&amp;nbsp; in AC25, if im not mistaken), the pix below is the "old school way of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;analyzing values (thru multiple expressions). This way , results can be collected in a single column&lt;/P&gt;
&lt;P&gt;in listings/schedules, especially for summing up the volumes of diff. elements&amp;nbsp; (e.g.,column volume+beam volume+object volume+ n volume).. Hence, Bill of quantities is the most obvious application of expression-based properties.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ToperBarrientos_0-1707909357797.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/53339i9765DFF7FE607DBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="ToperBarrientos_0-1707909357797.png" alt="ToperBarrientos_0-1707909357797.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Pls, find the guide here :&amp;nbsp;&lt;A href="https://help.graphisoft.com/AC/27/INT/index.htm?rhcsh=1&amp;amp;rhnewwnd=0&amp;amp;rhmapid=#t=_AC27_Help%2F045_PropertiesClassifications%2F045_PropertiesClassifications-14.htm%23XREF_71171_Simple_Mapping" target="_blank" rel="noopener"&gt;Archicad 27 Help (graphisoft.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers !&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 23:31:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/PROPERTIES-What-is-the-scope-of-variables/m-p/588165#M62963</guid>
      <dc:creator>Toper Barrientos</dc:creator>
      <dc:date>2024-02-15T23:31:13Z</dc:date>
    </item>
  </channel>
</rss>

