<?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: Getting API_CWallComponent surface textures in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605827#M9401</link>
    <description>&lt;P&gt;I am guessing but isn't&amp;nbsp;&lt;SPAN&gt;API_BuildingMaterialType.&lt;STRONG&gt;cutMaterial&amp;nbsp;&lt;/STRONG&gt;the property you are looking for?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2024 12:31:01 GMT</pubDate>
    <dc:creator>Miha Nahtigal</dc:creator>
    <dc:date>2024-05-30T12:31:01Z</dc:date>
    <item>
      <title>Getting API_CWallComponent surface textures</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605826#M9400</link>
      <description>&lt;P&gt;I'm trying to retrieve these surface materials of composite wall via API. I'm getting the&amp;nbsp;API_CWallComponents and for each a&amp;nbsp;API_BuildingMaterialID and from there a header name. Like in the picture example "Concrete". What I need is the surface "Concrete - 04" and the associated texture "Concrete - 04 cb -opt", but I cannot find a way to access them.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/71915i21CA3FD346865E9E/image-size/large?v=v2&amp;amp;px=999" border="0" alt="buildingmaterial.png" title="buildingmaterial.png" /&gt;</description>
      <pubDate>Thu, 30 May 2024 11:49:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605826#M9400</guid>
      <dc:creator>vesalaasanen</dc:creator>
      <dc:date>2024-05-30T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting API_CWallComponent surface textures</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605827#M9401</link>
      <description>&lt;P&gt;I am guessing but isn't&amp;nbsp;&lt;SPAN&gt;API_BuildingMaterialType.&lt;STRONG&gt;cutMaterial&amp;nbsp;&lt;/STRONG&gt;the property you are looking for?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 12:31:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605827#M9401</guid>
      <dc:creator>Miha Nahtigal</dc:creator>
      <dc:date>2024-05-30T12:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting API_CWallComponent surface textures</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605829#M9402</link>
      <description>&lt;P&gt;I'm getting empty results from there&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 12:52:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605829#M9402</guid>
      <dc:creator>vesalaasanen</dc:creator>
      <dc:date>2024-05-30T12:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting API_CWallComponent surface textures</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605836#M9403</link>
      <description>&lt;P&gt;What do yo mean by empty? The property is an object &lt;SPAN&gt;API_AttributeIndex&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 13:44:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605836#M9403</guid>
      <dc:creator>Miha Nahtigal</dc:creator>
      <dc:date>2024-05-30T13:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting API_CWallComponent surface textures</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605927#M9410</link>
      <description>&lt;P&gt;The value of &lt;EM&gt;API_BuildingMaterialType.cutMaterial&lt;/EM&gt; is the index of an &lt;EM&gt;API_MaterialType&lt;/EM&gt; attribute. Use&amp;nbsp;&lt;EM&gt;ACAPI_Attribute_Get&lt;/EM&gt;&amp;nbsp;with this index to look up the relevant&amp;nbsp;&lt;EM&gt;API_MaterialType,&lt;/EM&gt; which will provide you with the name etc.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 08:21:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605927#M9410</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2024-05-31T08:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting API_CWallComponent surface textures</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605954#M9418</link>
      <description>&lt;P&gt;Worked! Thank you guys so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 10:44:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-API-CWallComponent-surface-textures/m-p/605954#M9418</guid>
      <dc:creator>vesalaasanen</dc:creator>
      <dc:date>2024-05-31T10:44:23Z</dc:date>
    </item>
  </channel>
</rss>

