<?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: High precision terrain in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663050#M3965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;I had a data of X,Y and Z coordinates (points). I created TIN using that date. But the problem is that it does not look good. I need to create high precision terrain with smoother angles (also for 3D view). Can you help me?&lt;BR /&gt;[ATTACH=CONFIG]12394[/ATTACH]&lt;BR /&gt;[ATTACH=CONFIG]12395[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As Gayu suggested, you can create a raster from TIN to get smoother surface. However, if you want a smoother TIN, you can convert (smoother) raster to a TIN. You can use the input point feature to create a smooth surface using the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000069000000.htm"&gt;interpolation tools&lt;/A&gt;&lt;SPAN&gt;. Once you get a smooth surface from your points, convert the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000003p000000"&gt;raster into TIN&lt;/A&gt;&lt;SPAN&gt;. You can use the optional parameter Z_Tolerance to set the maximum allowable difference in (z units) between the height of the input raster and the height of the output TIN. Here's &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Raster_to_TIN_3D_Analyst_works/00q90000008r000000/"&gt;how Raster to TIN works&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2012 17:31:49 GMT</pubDate>
    <dc:creator>PrasantaBhattarai</dc:creator>
    <dc:date>2012-03-02T17:31:49Z</dc:date>
    <item>
      <title>High precision terrain</title>
      <link>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663048#M3963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a data of X,Y and Z coordinates (points). I created TIN using that date. But the problem is that it does not look good. I need to create high precision terrain with smoother angles (also for 3D view). Can you help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12394[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12395[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 14:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663048#M3963</guid>
      <dc:creator>gugumerabishvili</dc:creator>
      <dc:date>2012-03-02T14:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: High precision terrain</title>
      <link>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663049#M3964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Gaya6337&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get a smooth surface convert the TIN to a raster via the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q900000077000000"&gt;'TIN to Raster' &lt;/A&gt;&lt;SPAN&gt;geoprocessing tool in ArcToolbox &amp;gt; 3D Analyst Tools &amp;gt; Conversion &amp;gt; From TIN toolset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Gayu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:17:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663049#M3964</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-03-02T17:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: High precision terrain</title>
      <link>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663050#M3965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;I had a data of X,Y and Z coordinates (points). I created TIN using that date. But the problem is that it does not look good. I need to create high precision terrain with smoother angles (also for 3D view). Can you help me?&lt;BR /&gt;[ATTACH=CONFIG]12394[/ATTACH]&lt;BR /&gt;[ATTACH=CONFIG]12395[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As Gayu suggested, you can create a raster from TIN to get smoother surface. However, if you want a smoother TIN, you can convert (smoother) raster to a TIN. You can use the input point feature to create a smooth surface using the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000069000000.htm"&gt;interpolation tools&lt;/A&gt;&lt;SPAN&gt;. Once you get a smooth surface from your points, convert the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000003p000000"&gt;raster into TIN&lt;/A&gt;&lt;SPAN&gt;. You can use the optional parameter Z_Tolerance to set the maximum allowable difference in (z units) between the height of the input raster and the height of the output TIN. Here's &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Raster_to_TIN_3D_Analyst_works/00q90000008r000000/"&gt;how Raster to TIN works&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:31:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663050#M3965</guid>
      <dc:creator>PrasantaBhattarai</dc:creator>
      <dc:date>2012-03-02T17:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: High precision terrain</title>
      <link>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663051#M3966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jevans02&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since you have point data I would avoid producing a TIN entirely and use the Spatial Analyst &amp;gt; Interpolation &amp;gt; Topo to Raster tool. This interpolation methods in an implementation of the ANUDEM model that uses an IFD adaptive splines. It is intended to produce hydrologically correct DEM's and is very robust.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663051#M3966</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-03-02T17:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: High precision terrain</title>
      <link>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663052#M3967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have another question maybe someone can help me. I have (X,Y,Z) data shape file (the one shown above) and scanned drawings of stones each stone for each point. I need to draw the shape of those stones on top of the points and then copy them on 2D and 3D surfaces (shown above) I hope you understand what I need:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 10:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/high-precision-terrain/m-p/663052#M3967</guid>
      <dc:creator>gugumerabishvili</dc:creator>
      <dc:date>2012-03-07T10:42:26Z</dc:date>
    </item>
  </channel>
</rss>

