<?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 Coloring Wall using C++ code in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Coloring-Wall-using-C-code/m-p/572910#M8802</link>
    <description>&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;I was trying to provide different colors to wall using the C++ API’s. Could someone help which property has to be used? I’m using ArchiCAD 25&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 12:37:55 GMT</pubDate>
    <dc:creator>roni</dc:creator>
    <dc:date>2024-09-16T12:37:55Z</dc:date>
    <item>
      <title>Coloring Wall using C++ code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Coloring-Wall-using-C-code/m-p/572910#M8802</link>
      <description>&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;I was trying to provide different colors to wall using the C++ API’s. Could someone help which property has to be used? I’m using ArchiCAD 25&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:37:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Coloring-Wall-using-C-code/m-p/572910#M8802</guid>
      <dc:creator>roni</dc:creator>
      <dc:date>2024-09-16T12:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring Wall using C++ code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Coloring-Wall-using-C-code/m-p/573021#M8803</link>
      <description>&lt;P&gt;Hi Roni,&lt;BR /&gt;&lt;BR /&gt;There are a lot of different ways depending on the exact thing you want to do (everything related to &lt;A href="https://graphisoft.github.io/archicad-api-devkit/struct_a_p_i___wall_type.html" target="_blank" rel="noopener"&gt;API_WallType&lt;/A&gt;)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Change the building material: &lt;CODE&gt;elem.wall.buildingMaterial&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Override just on a surface: &lt;CODE&gt;elem.wall.refMat&lt;/CODE&gt;/ &lt;CODE&gt;elem.wall.sideMat&lt;/CODE&gt;/ &lt;CODE&gt;elem.wall.oppMat&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Change the color in 2D views: &lt;CODE&gt;elem.wall.cutFillPen&lt;/CODE&gt;and/or &lt;CODE&gt;elem.wall.cutFillBackgroundPen&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best,&lt;BR /&gt;Bernd&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: Please post C++ questions into the section 'Developer Hub -&amp;gt; Archicad C++ API'.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 10:02:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Coloring-Wall-using-C-code/m-p/573021#M8803</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-10-29T10:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring Wall using C++ code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Coloring-Wall-using-C-code/m-p/573356#M8807</link>
      <description>&lt;P&gt;Hi Bernd,&lt;BR /&gt;Thanks for the reply, I will be trying out what you have said above.&lt;BR /&gt;Also will be posting the questions to exact sections&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 04:31:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Coloring-Wall-using-C-code/m-p/573356#M8807</guid>
      <dc:creator>roni</dc:creator>
      <dc:date>2023-10-31T04:31:11Z</dc:date>
    </item>
  </channel>
</rss>

