<?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 Using physical properties in schedules and expressions in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/351801#M52571</link>
    <description>&lt;P&gt;Hi everyone. Not sure if I'm missing something obvious here. I would like to use some of the 'Physical Properties' found in Building Materials (particularly embodied carbon) in schedules and expressions. However, unlike other properties, when I try to add them they can't be found. Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Nik&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/55211i65861E94BA2C07A2/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screenshot 2022-08-02 at 12.09.24.jpg" title="Screenshot 2022-08-02 at 12.09.24.jpg" /&gt;</description>
    <pubDate>Tue, 02 Aug 2022 11:15:03 GMT</pubDate>
    <dc:creator>Nik</dc:creator>
    <dc:date>2022-08-02T11:15:03Z</dc:date>
    <item>
      <title>Using physical properties in schedules and expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/351801#M52571</link>
      <description>&lt;P&gt;Hi everyone. Not sure if I'm missing something obvious here. I would like to use some of the 'Physical Properties' found in Building Materials (particularly embodied carbon) in schedules and expressions. However, unlike other properties, when I try to add them they can't be found. Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Nik&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/55211i65861E94BA2C07A2/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screenshot 2022-08-02 at 12.09.24.jpg" title="Screenshot 2022-08-02 at 12.09.24.jpg" /&gt;</description>
      <pubDate>Tue, 02 Aug 2022 11:15:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/351801#M52571</guid>
      <dc:creator>Nik</dc:creator>
      <dc:date>2022-08-02T11:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using physical properties in schedules and expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/351808#M52574</link>
      <description>&lt;P&gt;Hi, make sure you are using components schedules and not elements. Then you will find everything.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mija_0-1659443923162.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/28559iE99F521BDB75EF80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mija_0-1659443923162.png" alt="mija_0-1659443923162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 12:38:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/351808#M52574</guid>
      <dc:creator>mija</dc:creator>
      <dc:date>2022-08-02T12:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using physical properties in schedules and expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/351812#M52575</link>
      <description>&lt;P&gt;Many thanks Mija, that's really helpful. However I still cant get 'embodied carbon' to appear in an expression. I'm trying to create a new property which multiplies the mass of an element by it's embodied carbon value. I've no real experience with the expression editor, so any help would be very welcome. Cheers, Nik&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 13:15:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/351812#M52575</guid>
      <dc:creator>Nik</dc:creator>
      <dc:date>2022-08-02T13:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using physical properties in schedules and expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/351856#M52579</link>
      <description>&lt;P&gt;Expressions do not have access to properties of Building Materials. Only the interactive composite schedule do and probably the list schedules?? However you can get this info in the C++ API. Now, I have created a add-on (Data_access) that will return that info to a Python script . You would need to install that add-on (available on GitHub) before ruining the script. The add-on returns the info through the Python CommandHandler.. You would need to call a command to return the building material or the composite materials and their material properties ( density and carbon) to the Python script. Then with this information -- get the attribute (material) name(s). Then do the math and return the result to a property in Python.&lt;/P&gt;&lt;P&gt;IOW - a complicated procedure. If your not familiar with Python and the Python API-- I would not recommend it.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 01:04:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/351856#M52579</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2022-08-03T01:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using physical properties in schedules and expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/352155#M52623</link>
      <description>&lt;P&gt;Thanks Gerry. Suspected it might be a bit more complicated than I though. I've no experience with C++ or Python so it may be beyond me just now. My last coding was in Fortran, over 20 years ago! What we are trying to acheive is a basic way of calculating and comparing the embodied carbon of early concept design options. It can be done manually using a spreadsheet, but it would be much easier if Archicad could multiply together the relevant numbers and display them in a schedule. Thanks again, Nik&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 09:01:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/352155#M52623</guid>
      <dc:creator>Nik</dc:creator>
      <dc:date>2022-08-05T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using physical properties in schedules and expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/375428#M56430</link>
      <description>&lt;P&gt;I have typical problem, should i create new topic?&lt;/P&gt;&lt;P&gt;I want to create material schedule that have both ID and Item name with material detail in schedule.&lt;/P&gt;&lt;P&gt;ID and Item name shown in elements schedule, but material was empty. Then i create surfaces schedule, but Item name not shown, only ID and material surface show up in the schedule.&lt;/P&gt;&lt;P&gt;Attached step by step and result what i have done and what i need to achieve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope some on can give the solution. Thanks.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/56294i423DBA817463AB00/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Schedule Question.png" title="Schedule Question.png" /&gt;</description>
      <pubDate>Tue, 04 Apr 2023 08:26:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/375428#M56430</guid>
      <dc:creator>AZain29</dc:creator>
      <dc:date>2023-04-04T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using physical properties in schedules and expressions</title>
      <link>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/392786#M61230</link>
      <description>&lt;P&gt;I think you can find the embodied carbon in the components item but not the building material item.&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="CarlsonWang_0-1689816946924.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/43772i32643718F48EDEF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CarlsonWang_0-1689816946924.png" alt="CarlsonWang_0-1689816946924.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 01:36:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Using-physical-properties-in-schedules-and-expressions/m-p/392786#M61230</guid>
      <dc:creator>CarlsonWang</dc:creator>
      <dc:date>2023-07-20T01:36:27Z</dc:date>
    </item>
  </channel>
</rss>

