<?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: Generate 3D line from tabular data in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370568#M12748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are some known issues with creating zero leength lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way that may work is to take your 2d points and use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000002z000000"&gt;Feature to 3d by Attribute tool&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Set the height field to the Min Z.&amp;nbsp; This will output a 3D point Z file.&amp;nbsp; Add the 3D point file to ArcScene and set the extrusion within the layer properties to extrude to the Max Z value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2012 15:08:15 GMT</pubDate>
    <dc:creator>TimothyHales</dc:creator>
    <dc:date>2012-03-30T15:08:15Z</dc:date>
    <item>
      <title>Generate 3D line from tabular data</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370567#M12747</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;BR /&gt;&lt;SPAN&gt;I have a SDE table of drillhole data that has Min X,Y,Z and Max X,Y,Z fields. I'm trying to find a tool that can create a line using these coordinates. It's easy with X,Y data, but I cant find any way of incorporating the Z's...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone got any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using V10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers Gavin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 05:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370567#M12747</guid>
      <dc:creator>gavinburgess</dc:creator>
      <dc:date>2012-03-29T05:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 3D line from tabular data</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370568#M12748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are some known issues with creating zero leength lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way that may work is to take your 2d points and use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000002z000000"&gt;Feature to 3d by Attribute tool&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Set the height field to the Min Z.&amp;nbsp; This will output a 3D point Z file.&amp;nbsp; Add the 3D point file to ArcScene and set the extrusion within the layer properties to extrude to the Max Z value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 15:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370568#M12748</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2012-03-30T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 3D line from tabular data</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370569#M12749</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;BR /&gt;&lt;SPAN&gt;Nice idea except that it's not a vertical extrusion. These are drill traces that go on various angles. I could generate two 3D point layers (one for the top, one for the bottom) with the same hole ID and then try and develop some sort model to join them up. I'm a bit old school though and I could probably do it in VBA, but that's not much good anymore..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers Gavin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2012 21:47:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370569#M12749</guid>
      <dc:creator>gavinburgess</dc:creator>
      <dc:date>2012-04-01T21:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 3D line from tabular data</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370570#M12750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use a python script for this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll have to change all the paths, table names and variables names yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It outputs a 3d polyline from a table using TopX, TopY, TopZ &amp;amp; BotX, BotY, BotZ as the end points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Neil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 06:08:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370570#M12750</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2012-04-02T06:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 3D line from tabular data</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370571#M12751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gold Neil, gold.. Sorry I forgot to post this earlier. Worked an absolute treat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 03:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-3d-line-from-tabular-data/m-p/370571#M12751</guid>
      <dc:creator>gavinburgess</dc:creator>
      <dc:date>2012-04-16T03:48:36Z</dc:date>
    </item>
  </channel>
</rss>

