<?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: TessellatedFace in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11907407#M12588</link>
    <description>&lt;P&gt;I do not understand what you mean by "&lt;SPAN&gt;a tessellated surface contains a hole but the tessellated does not cover that hole&lt;/SPAN&gt;". Is that not a contradiction in itself?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 15:11:40 GMT</pubDate>
    <dc:creator>jeremy_tammik</dc:creator>
    <dc:date>2023-04-19T15:11:40Z</dc:date>
    <item>
      <title>TessellatedFace</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11906931#M12585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for TessellatedFace(IList&amp;lt;IList&amp;lt;XYZ&amp;gt;&amp;gt; allLoopVertices, ElementId materialId) :&lt;/P&gt;&lt;P&gt;If I understood correctly the first parameter is a list of list of points.&lt;BR /&gt;The first list contains a list of triangles (3 points) which define the surface.&lt;BR /&gt;On the other hand, for the following lists I do not understand what must provide&lt;BR /&gt;because the first list provides only the "solid" surface without the holes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Philippe.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 11:54:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11906931#M12585</guid>
      <dc:creator>pmeigneux</dc:creator>
      <dc:date>2023-04-19T11:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: TessellatedFace</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11906998#M12586</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;TessellatedFace constructor has two overloads:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.revitapidocs.com/2023/915c466c-4dfa-15e6-6267-72fea11af27d.htm" target="_blank"&gt;https://www.revitapidocs.com/2023/915c466c-4dfa-15e6-6267-72fea11af27d.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Taking just a single list of points, it constructs a tessellated face without holes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With a list of lists of points, you can construct a tessellated face that has holes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The lists contain boundary vertices without duplication of the ends. The first array describes the outer loop, the following arrays, if any, inner loops. It is expected that vertices of outer boundary are listed in CCW order with respect to the face normal in the solid, and the vertices of inner loops in CW order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no requirement for triangulation or any such thing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend that you ensure that each individual list describes a simple polygon, i.e., a polygon that does not intersect itself and has no holes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Simple_polygon" target="_blank"&gt;https://en.wikipedia.org/wiki/Simple_polygon&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 12:32:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11906998#M12586</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-04-19T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: TessellatedFace</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11907378#M12587</link>
      <description>&lt;P&gt;hello Jeremy,&lt;/P&gt;&lt;P&gt;If a tessellated surface contains a hole but the tesselated does not cover that hole. Is it possible to go through the method without a hole?&lt;BR /&gt;I don't have the tessellation of this hole.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Philippe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 14:57:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11907378#M12587</guid>
      <dc:creator>pmeigneux</dc:creator>
      <dc:date>2023-04-19T14:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: TessellatedFace</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11907407#M12588</link>
      <description>&lt;P&gt;I do not understand what you mean by "&lt;SPAN&gt;a tessellated surface contains a hole but the tessellated does not cover that hole&lt;/SPAN&gt;". Is that not a contradiction in itself?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:11:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11907407#M12588</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-04-19T15:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: TessellatedFace</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11907422#M12589</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example :&lt;/P&gt;&lt;P&gt;!------------------------------!&lt;/P&gt;&lt;P&gt;!&amp;nbsp;&amp;nbsp; tessallated&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;/P&gt;&lt;P&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !--------------!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;/P&gt;&lt;P&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&amp;nbsp; nothing&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;/P&gt;&lt;P&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !--------------!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;/P&gt;&lt;P&gt;!-----------------------------!&lt;/P&gt;&lt;P&gt;Philippe.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:16:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11907422#M12589</guid>
      <dc:creator>pmeigneux</dc:creator>
      <dc:date>2023-04-19T15:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: TessellatedFace</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11908880#M12590</link>
      <description>&lt;P&gt;If you want the hole in your result, pass in the outer four point CCW in the first list, and the inner four points CW in the second.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do not want the hole in your result, skip the inner four points. In that case, you can use either one of the two constructors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not understand what you problem is with that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 05:39:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11908880#M12590</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-04-20T05:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: TessellatedFace</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11909279#M12591</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I receive a file which contains solids defined for each of its faces by a set of vertices of triangles and a set of edges. I don't have any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Philippe.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 08:52:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11909279#M12591</guid>
      <dc:creator>pmeigneux</dc:creator>
      <dc:date>2023-04-20T08:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: TessellatedFace</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11912657#M12592</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the tessellation should we only pass all the vertices of triangles or groups of 3 vertices?&lt;BR /&gt;example for a square defined for 2 triangles, I have to pass 4 points or 2x3 points.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Philippe.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 13:24:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11912657#M12592</guid>
      <dc:creator>pmeigneux</dc:creator>
      <dc:date>2023-04-21T13:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: TessellatedFace</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11912718#M12593</link>
      <description>&lt;P&gt;Please read my initial answer above more carefully, or simply read the API documentation that I pointed out. I very clearly stated:&amp;nbsp;There is no requirement for triangulation or any such thing. Just pass in an ordered list of vertices for a simple polygon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll repeat this once again, just in case it helps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please read my initial answer above more carefully, or simply read the API documentation that I pointed out. I very clearly stated:&amp;nbsp;There is no requirement for triangulation or any such thing. Just pass in an ordered list of vertices for a simple polygon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 13:41:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tessellatedface/m-p/11912718#M12593</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-04-21T13:41:32Z</dc:date>
    </item>
  </channel>
</rss>

