<?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: Divide Tin at regular intervals in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286944#M1699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the PDF. A solution that can be adopted would be to interpolate the fishnet polygon to get Z values from the main TIN so that the polygon boundaries will retain the value from the source TIN with the proper triangulation. You can then select the tile corresponding to a particular TIN and use the Edit TIN tool to add it as a hard clip with z-values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can also be automated through Python by using the Make Feature Layer tool to enforce the selection, and referencing the layer name in Edit TIN.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Feb 2011 23:51:00 GMT</pubDate>
    <dc:creator>KhalidDuri1</dc:creator>
    <dc:date>2011-02-16T23:51:00Z</dc:date>
    <item>
      <title>Divide Tin at regular intervals</title>
      <link>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286937#M1692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am try to make a tool that divides Tin into several parts from top to bottom and show them seperately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To do that, I planned; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; first, finding the height of top place, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; second, loading height intervals predefined, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; last, dividing Tin into several parts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I have a problem on dividing task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, let me know how to divide a Tin into several parts at regualr intervals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 00:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286937#M1692</guid>
      <dc:creator>BeakHyungi</dc:creator>
      <dc:date>2011-02-11T00:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Divide Tin at regular intervals</title>
      <link>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286938#M1693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Beak,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the Copy TIN tool with the output extent argument specified to the desired extent, or export the TIN's elements to feature classes, split them using the methodology I posted in &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/23352-Divide-Tin-at-regular-intervals?p=76573#post76573"&gt;this thread&lt;/A&gt;&lt;SPAN&gt;, and construct the individual TINs from the resulting features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 23:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286938#M1693</guid>
      <dc:creator>KhalidDuri1</dc:creator>
      <dc:date>2011-02-11T23:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Divide Tin at regular intervals</title>
      <link>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286939#M1694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, kduri &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your answer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think your solution can help me make a model, but I cannot find the methodology you said. I think that the link was wrong. Please, post your methodology that you said "the methodology I posed in this thread". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 11:18:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286939#M1694</guid>
      <dc:creator>BeakHyungi</dc:creator>
      <dc:date>2011-02-14T11:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Divide Tin at regular intervals</title>
      <link>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286940#M1695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, kduri&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the methodology you recommended and conversion method seems to be pretty good and easy. But I find another problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose that the Tin data has two peaks and one bottom located between two peaks. After converstion of the Tin data to feature class and classification at specific heignt intervals, I constructed individual Tins from the resulting features. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case, it is expressed that portion between two peaks which is actually void is filled. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, tell me how to solve this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 16:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286940#M1695</guid>
      <dc:creator>BeakHyungi</dc:creator>
      <dc:date>2011-02-14T16:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Divide Tin at regular intervals</title>
      <link>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286941#M1696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Beak,&lt;BR /&gt;&lt;BR /&gt;You can use the Copy TIN tool with the output extent argument specified to the desired extent, or export the TIN's elements to feature classes, split them using the methodology I posted in &lt;A href="http://forums.arcgis.com/threads/23352-Divide-Tin-at-regular-intervals?p=76573#post76573"&gt;this thread&lt;/A&gt;, and construct the individual TINs from the resulting features.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi beak,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please post the methodology,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parthiban&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 08:10:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286941#M1696</guid>
      <dc:creator>parthiban</dc:creator>
      <dc:date>2011-02-15T08:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Divide Tin at regular intervals</title>
      <link>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286942#M1697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Suppose that the Tin data has two peaks and one bottom located between two peaks. After converstion of the Tin data to feature class and classification at specific heignt intervals, I constructed individual Tins from the resulting features. &lt;BR /&gt;In this case, it is expressed that portion between two peaks which is actually void is filled. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you attach a couple of screenshots illustrating the problem? Is the issue that there is a void that should not exist or there is a value fill that should not exist? If it is the latter, then I would advise you include an erase polygon for the area that should be a void.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 22:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286942#M1697</guid>
      <dc:creator>KhalidDuri1</dc:creator>
      <dc:date>2011-02-15T22:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Divide Tin at regular intervals</title>
      <link>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286943#M1698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I attached pdf file showing the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see the case of Tin with one peak, the methodology is helpful to divide the Tin at regular intervals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But, in the case of Tin with more than two peaks, the lower part of the pdf, reconstructed Tin is different from the original aspect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, give me your solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 08:22:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286943#M1698</guid>
      <dc:creator>BeakHyungi</dc:creator>
      <dc:date>2011-02-16T08:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Divide Tin at regular intervals</title>
      <link>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286944#M1699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the PDF. A solution that can be adopted would be to interpolate the fishnet polygon to get Z values from the main TIN so that the polygon boundaries will retain the value from the source TIN with the proper triangulation. You can then select the tile corresponding to a particular TIN and use the Edit TIN tool to add it as a hard clip with z-values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can also be automated through Python by using the Make Feature Layer tool to enforce the selection, and referencing the layer name in Edit TIN.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 23:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/divide-tin-at-regular-intervals/m-p/286944#M1699</guid>
      <dc:creator>KhalidDuri1</dc:creator>
      <dc:date>2011-02-16T23:51:00Z</dc:date>
    </item>
  </channel>
</rss>

