<?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: MultiPatch Triangles in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167551#M4341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SIrish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point collection of the multipatch can be found by creating a new IPointCollection4 and then looping through the geometries and typing each geometry to the pointcollection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; i = 0; i &amp;lt; multiPatchGeometryCollection.GeometryCount; i++)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp; //here i want to know each geomteries Triangles count and it vertices&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pPtColl = new Ring;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pGeom = &lt;SPAN style="font-family: Consolas;"&gt;multiPatchGeometryCollection.Geometry(i);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: Consolas; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pPtColl = (IPointCollection4)pGeom;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: Consolas; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Cycle through the points pPtColl&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Nov 2014 09:05:52 GMT</pubDate>
    <dc:creator>JohnMcGlynn</dc:creator>
    <dc:date>2014-11-15T09:05:52Z</dc:date>
    <item>
      <title>MultiPatch Triangles</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167547#M4337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an ArcScene document which was created using an FME translation of an AutoCad 3D drawing. The arrangement of the geometries is awful - there are triangles which touch and are in the same plane but have been placed in different geometries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using &lt;/SPAN&gt;&lt;SPAN style="color:#008000;"&gt;Ctype(pFeature.ShapeCopy, IGeometryCollection)&lt;/SPAN&gt;&lt;SPAN&gt; to break up the multipatch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to be able to break the multipatch into it's individual triangles and reassemble them in some kind of logical order. If I break it into it's geometries then most of them contain more than one triangle. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone tell me how I can break the geometries into their individual triangles?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NavJohn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 00:43:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167547#M4337</guid>
      <dc:creator>JohnMcGlynn</dc:creator>
      <dc:date>2013-02-07T00:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatch Triangles</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167548#M4338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps this whitepaper will help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/library/whitepapers/pdfs/multipatch-geometry-type.pdf"&gt;http://www.esri.com/library/whitepapers/pdfs/multipatch-geometry-type.pdf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 19:52:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167548#M4338</guid>
      <dc:creator>RichWawrzonek</dc:creator>
      <dc:date>2013-02-12T19:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatch Triangles</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167549#M4339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, it doesn't unfortunately.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 23:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167549#M4339</guid>
      <dc:creator>JohnMcGlynn</dc:creator>
      <dc:date>2013-02-14T23:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatch Triangles</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167550#M4340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find any solution. I am also looking for this. I have posted similar kind of question here...and unfortunately no replies from ESRI.&lt;/P&gt;&lt;P&gt;here is my question..&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/420864#420864" title="https://community.esri.com/message/420864#420864"&gt;https://community.esri.com/message/420864#420864&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 04:30:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167550#M4340</guid>
      <dc:creator>SirishByreddy</dc:creator>
      <dc:date>2014-10-09T04:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatch Triangles</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167551#M4341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SIrish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point collection of the multipatch can be found by creating a new IPointCollection4 and then looping through the geometries and typing each geometry to the pointcollection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; i = 0; i &amp;lt; multiPatchGeometryCollection.GeometryCount; i++)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp; //here i want to know each geomteries Triangles count and it vertices&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pPtColl = new Ring;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pGeom = &lt;SPAN style="font-family: Consolas;"&gt;multiPatchGeometryCollection.Geometry(i);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: Consolas; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pPtColl = (IPointCollection4)pGeom;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: Consolas; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Cycle through the points pPtColl&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 09:05:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167551#M4341</guid>
      <dc:creator>JohnMcGlynn</dc:creator>
      <dc:date>2014-11-15T09:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatch Triangles</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167552#M4342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much. It works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 07:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/multipatch-triangles/m-p/167552#M4342</guid>
      <dc:creator>SirishByreddy</dc:creator>
      <dc:date>2015-05-20T07:02:46Z</dc:date>
    </item>
  </channel>
</rss>

