<?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: How To Get Wall Area (square meter=m2) from [Morph] in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-To-Get-Wall-Area-square-meter-m2-from-Morph/m-p/275895#M2108</link>
    <description>The contributor person himself.&lt;BR /&gt;
Is it a correct answer with this?&lt;BR /&gt;

&lt;PRE&gt;API_ElementQuantity	quantity;
API_QuantitiesMask	mask;
API_Quantities		quantities;
API_QuantityPar		par;
char				buffer[256];
quantities.elements = &amp;amp;quantity;

//MORPH面積
BNZeroMemory(&amp;amp;quantity, sizeof(API_ElementQuantity));
ACAPI_ELEMENT_QUANTITY_MASK_SETFULL(mask);
GSErrCode err = ACAPI_Element_GetQuantities(elem.header.guid, nullptr, &amp;amp;quantities, &amp;amp;mask);
if (err == NoError) {
    //Wall Area ? (Square Meter)
    double d = quantity.morph.surface;
}&lt;/PRE&gt;</description>
    <pubDate>Fri, 18 Jun 2021 02:25:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-18T02:25:42Z</dc:date>
    <item>
      <title>How To Get Wall Area (square meter=m2) from [Morph]</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-To-Get-Wall-Area-square-meter-m2-from-Morph/m-p/275894#M2107</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Please teach me that&lt;BR /&gt;How To Get Wall Area (square meter=m2) from [Morph].&lt;BR /&gt;&lt;BR /&gt;Parameter or Property or Calcurate Method ?&lt;BR /&gt;Element or Element_Memo ?&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 07:34:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-To-Get-Wall-Area-square-meter-m2-from-Morph/m-p/275894#M2107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-14T07:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: How To Get Wall Area (square meter=m2) from [Morph]</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-To-Get-Wall-Area-square-meter-m2-from-Morph/m-p/275895#M2108</link>
      <description>The contributor person himself.&lt;BR /&gt;
Is it a correct answer with this?&lt;BR /&gt;

&lt;PRE&gt;API_ElementQuantity	quantity;
API_QuantitiesMask	mask;
API_Quantities		quantities;
API_QuantityPar		par;
char				buffer[256];
quantities.elements = &amp;amp;quantity;

//MORPH面積
BNZeroMemory(&amp;amp;quantity, sizeof(API_ElementQuantity));
ACAPI_ELEMENT_QUANTITY_MASK_SETFULL(mask);
GSErrCode err = ACAPI_Element_GetQuantities(elem.header.guid, nullptr, &amp;amp;quantities, &amp;amp;mask);
if (err == NoError) {
    //Wall Area ? (Square Meter)
    double d = quantity.morph.surface;
}&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Jun 2021 02:25:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-To-Get-Wall-Area-square-meter-m2-from-Morph/m-p/275895#M2108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-18T02:25:42Z</dc:date>
    </item>
  </channel>
</rss>

