<?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: Rendering wall with different heights or slopes in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Rendering-wall-with-different-heights-or-slopes/m-p/589369#M9193</link>
    <description>&lt;P&gt;I am not a programmer, but normally, when modeling in Archicad, you can also achieve this by placing a polygonal Opening into the Wall; the shape of the Opening will cut off the top of the Wall, achieving the desired geometry. It is better than using a Morph because the cut is automatic (no need for SEO) and the Opening stays associated with the Wall so if the Wall is moved, the Opening&amp;nbsp; goes with it.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 14:11:11 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2024-02-22T14:11:11Z</dc:date>
    <item>
      <title>Rendering wall with different heights or slopes</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rendering-wall-with-different-heights-or-slopes/m-p/589182#M9182</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;I was trying to render a wall using archicad CPP API's with different height on top or wall having slope. I had added the screenshot of what I'm trying to do.&lt;BR /&gt;What I had tried&lt;BR /&gt;1. SEO - Was able to do place a morph element above wall and do SEO in Archicad UI. This was successful in Archicad application but was restricted in CPP API's. From this doc,&amp;nbsp;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/group___element.html#ga1a5d9501241379e03fb90fd8137a5b5a" target="_blank" rel="noopener"&gt;https://graphisoft.github.io/archicad-api-devkit/group___element.html#ga1a5d9501241379e03fb90fd8137a5b5a&amp;nbsp;&lt;/A&gt;only two morph elements can be used for SEO operations. (or Archicad were yet to expose the wall &amp;lt;-&amp;gt; morph SEO API).&lt;BR /&gt;2. Using morph element - Create the shape you wanted using the Morph element. This approach won't allow you to convert the morph to wall element. (Other way is possible). And if I choose morph I will lose wall properties.&lt;BR /&gt;&lt;BR /&gt;Is there anything I should try?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/8527" target="_blank" rel="noopener"&gt;@BerndSchwarzenbacher&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/7122" target="_blank" rel="noopener"&gt;@Akos Somorjai&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/7331"&gt;@Barry Kelly&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/12713"&gt;@Viktor&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wall with slope.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/53703iF9A5E1ADD86001B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wall with slope.png" alt="wall with slope.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 11:17:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rendering-wall-with-different-heights-or-slopes/m-p/589182#M9182</guid>
      <dc:creator>roni</dc:creator>
      <dc:date>2024-09-16T11:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering wall with different heights or slopes</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rendering-wall-with-different-heights-or-slopes/m-p/589369#M9193</link>
      <description>&lt;P&gt;I am not a programmer, but normally, when modeling in Archicad, you can also achieve this by placing a polygonal Opening into the Wall; the shape of the Opening will cut off the top of the Wall, achieving the desired geometry. It is better than using a Morph because the cut is automatic (no need for SEO) and the Opening stays associated with the Wall so if the Wall is moved, the Opening&amp;nbsp; goes with it.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:11:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rendering-wall-with-different-heights-or-slopes/m-p/589369#M9193</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2024-02-22T14:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering wall with different heights or slopes</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rendering-wall-with-different-heights-or-slopes/m-p/589374#M9194</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/4972"&gt;@Laszlo Nagy &lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for the response, I had tried same, so far I was only able to create rectangular openings via CPP API's. Only able to create freestyle opening through the ArchiCad application directly.&lt;BR /&gt;Is there any way to create freestyle or polygonal openings via CPP API's?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Roni Vincent.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:27:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rendering-wall-with-different-heights-or-slopes/m-p/589374#M9194</guid>
      <dc:creator>roni</dc:creator>
      <dc:date>2024-02-22T14:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering wall with different heights or slopes</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rendering-wall-with-different-heights-or-slopes/m-p/589381#M9195</link>
      <description>&lt;P&gt;Sorry, I am not a programmer or developer, I am not familiar with the Archicad API so I cannot say.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:00:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rendering-wall-with-different-heights-or-slopes/m-p/589381#M9195</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2024-02-22T15:00:00Z</dc:date>
    </item>
  </channel>
</rss>

