<?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: Non rectangular shaped buildings with PUMA in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/non-rectangular-shaped-buildings-with-puma/m-p/1360926#M11263</link>
    <description>&lt;P&gt;Hi Francisco,&lt;/P&gt;&lt;P&gt;from your screenshot, I think Puma tries to construct a building on each triangle passed in from Rhino. In version 1.1 we &lt;A href="https://github.com/Esri/puma/blob/v1.1.0/README.md#preparing-input-shapes-for-puma" target="_self"&gt;added some tools&lt;/A&gt; to control how the Rhino geometry is passed to Puma.&lt;/P&gt;&lt;P&gt;You basically have three options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Treat the input shape as "multi-polygon" and use the CGA&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://doc.arcgis.com/en/cityengine/latest/cga/cga-clenaup-geometry.htm" target="_blank" rel="nofollow noopener"&gt;cleanupGeometry&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;operation to remove internal edges in the rules.&lt;/LI&gt;&lt;LI&gt;Use the Rhino commands&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AddNgonsToMesh&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;DeleteMeshNgons&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to control how polygons are grouped together into Ngons within the mesh.&lt;/LI&gt;&lt;LI&gt;Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.food4rhino.com/en/app/ngon" target="_blank" rel="nofollow noopener"&gt;"Ngon" plugin&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for detailed control of the conversion.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;In options 2 and 3, Puma will recognize the Ngons created by above methods in the input meshes and use them to create the actual input polygon faces for the model generation.&lt;BR /&gt;&lt;BR /&gt;Please see the first link to the Puma manual for details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps &amp;amp; kind regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 15:52:25 GMT</pubDate>
    <dc:creator>SimonHaegler</dc:creator>
    <dc:date>2023-12-14T15:52:25Z</dc:date>
    <item>
      <title>Non rectangular shaped buildings with PUMA</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/non-rectangular-shaped-buildings-with-puma/m-p/1360908#M11262</link>
      <description>&lt;P&gt;I´ve been using the Puma nodes in Grasshopper to generate buildings and streets, but i noticed that by default when you select a non rectangular face it divide it in triangles before the building extrusion, generating unrealistic diagonals.&lt;/P&gt;&lt;P&gt;Is there a way of solving this or is a Puma limitation.&lt;/P&gt;&lt;P&gt;I can code in C# so a solution that involves programming is an option.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Puma_Diagonal_Problem.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89051i6B9E7DAE46458D64/image-size/large?v=v2&amp;amp;px=999" role="button" title="Puma_Diagonal_Problem.PNG" alt="Puma_Diagonal_Problem.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:31:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/non-rectangular-shaped-buildings-with-puma/m-p/1360908#M11262</guid>
      <dc:creator>FranciscoContreras</dc:creator>
      <dc:date>2023-12-14T15:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Non rectangular shaped buildings with PUMA</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/non-rectangular-shaped-buildings-with-puma/m-p/1360926#M11263</link>
      <description>&lt;P&gt;Hi Francisco,&lt;/P&gt;&lt;P&gt;from your screenshot, I think Puma tries to construct a building on each triangle passed in from Rhino. In version 1.1 we &lt;A href="https://github.com/Esri/puma/blob/v1.1.0/README.md#preparing-input-shapes-for-puma" target="_self"&gt;added some tools&lt;/A&gt; to control how the Rhino geometry is passed to Puma.&lt;/P&gt;&lt;P&gt;You basically have three options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Treat the input shape as "multi-polygon" and use the CGA&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://doc.arcgis.com/en/cityengine/latest/cga/cga-clenaup-geometry.htm" target="_blank" rel="nofollow noopener"&gt;cleanupGeometry&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;operation to remove internal edges in the rules.&lt;/LI&gt;&lt;LI&gt;Use the Rhino commands&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AddNgonsToMesh&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;DeleteMeshNgons&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to control how polygons are grouped together into Ngons within the mesh.&lt;/LI&gt;&lt;LI&gt;Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.food4rhino.com/en/app/ngon" target="_blank" rel="nofollow noopener"&gt;"Ngon" plugin&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for detailed control of the conversion.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;In options 2 and 3, Puma will recognize the Ngons created by above methods in the input meshes and use them to create the actual input polygon faces for the model generation.&lt;BR /&gt;&lt;BR /&gt;Please see the first link to the Puma manual for details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps &amp;amp; kind regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/non-rectangular-shaped-buildings-with-puma/m-p/1360926#M11263</guid>
      <dc:creator>SimonHaegler</dc:creator>
      <dc:date>2023-12-14T15:52:25Z</dc:date>
    </item>
  </channel>
</rss>

