<?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: Using arcpy.mapping to extrude point features for converting to 3D features in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339802#M26665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Craig, have you looked at the 'Feature To 3D By Attribute' within the 3D Analyst extension? (10.1 help is &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Feature_To_3D_By_Attribute/00q90000002z000000/"&gt;here&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should do steps 2 &amp;amp; 3 of your process ....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 02:52:17 GMT</pubDate>
    <dc:creator>MatthewDobson</dc:creator>
    <dc:date>2013-07-23T02:52:17Z</dc:date>
    <item>
      <title>Using arcpy.mapping to extrude point features for converting to 3D features</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339799#M26662</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 trying to automate a process of converting point centroids, extruding them and then converting them to 3D features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a small section in a much larger process, but is it possible using arcpy.mapping to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) add the point centroid file (already have calculated a field called "height") - arcpy.mapping.AddLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) extrude point features - the missing link&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) convert to 3D features - 'Layer 3D to feature class".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Advice appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Craig&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 00:26:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339799#M26662</guid>
      <dc:creator>CPoynter</dc:creator>
      <dc:date>2013-07-22T00:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using arcpy.mapping to extrude point features for converting to 3D features</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339800#M26663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It can't be done with the arcpy.mapping module.&amp;nbsp; I don't know if it can be done with arcpy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 13:05:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339800#M26663</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2013-07-22T13:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using arcpy.mapping to extrude point features for converting to 3D features</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339801#M26664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess I will need to run a two stage process. Run the initial script to make my centroid dataset, manually create my extruded and then 3D features, and then run main script to perform my analysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Craig&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 22:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339801#M26664</guid>
      <dc:creator>CPoynter</dc:creator>
      <dc:date>2013-07-22T22:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using arcpy.mapping to extrude point features for converting to 3D features</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339802#M26665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Craig, have you looked at the 'Feature To 3D By Attribute' within the 3D Analyst extension? (10.1 help is &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Feature_To_3D_By_Attribute/00q90000002z000000/"&gt;here&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should do steps 2 &amp;amp; 3 of your process ....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 02:52:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339802#M26665</guid>
      <dc:creator>MatthewDobson</dc:creator>
      <dc:date>2013-07-23T02:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using arcpy.mapping to extrude point features for converting to 3D features</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339803#M26666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;'Feature To 3D By Attribute' doesn't seem to work correctly for me. I need to make an output that will be similar to a number of standing poles to intersect with multipatch features. Even though I tried having a base field of 0 and elevation field of 1000, output is points elevated to last field value and not extruded as I would hope or expect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good suggestion, just not working with point dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would have expected that by setting two height fields I may have been able to replicate the extrude process with this tool for points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Craig&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 03:18:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339803#M26666</guid>
      <dc:creator>CPoynter</dc:creator>
      <dc:date>2013-07-23T03:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using arcpy.mapping to extrude point features for converting to 3D features</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339804#M26667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you treat the features as lines - instead of points? Could the start x &amp;amp; y location be the same as the end x &amp;amp; y and use the 'height' and 'from height' options to represent the pole? The help says '&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;When using two height fields, each line will start at the first height and end at the second &lt;/SPAN&gt;&lt;SPAN&gt;'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a thought.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 03:29:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339804#M26667</guid>
      <dc:creator>MatthewDobson</dc:creator>
      <dc:date>2013-07-23T03:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using arcpy.mapping to extrude point features for converting to 3D features</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339805#M26668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried the tool thinking the point XY would be the same for base and elevation, but even using a base and elevation field, no line feature is created. Not how I would have thought tool would operate. I was thinking it would also create a line using the two height fields, or even one height field if the starting height is 0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Craig&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 03:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339805#M26668</guid>
      <dc:creator>CPoynter</dc:creator>
      <dc:date>2013-07-23T03:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using arcpy.mapping to extrude point features for converting to 3D features</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339806#M26669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Feature to 3D By Attribute won't do what you want.&amp;nbsp; AFAIK, it just gives each feature a z-coordinate -- basically lifting them up in the air.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the process you're describing can definitely be automated.&amp;nbsp; I've done something similar for space-time prisms in time geography.&amp;nbsp; I've attached an example script I wrote for someone in my department who actually went on to perform multipatch intersections like you're describing.&amp;nbsp; More information can be found on &lt;/SPAN&gt;&lt;A href="http://www.adamwehmann.com/time.html"&gt;my website&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; It should give you some ideas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 04:50:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339806#M26669</guid>
      <dc:creator>AdamWehmann</dc:creator>
      <dc:date>2013-07-23T04:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using arcpy.mapping to extrude point features for converting to 3D features</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339807#M26670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was eventually able to create 3D line features using Python. Basics are take initial centroid points and have two fields; base height and ceiling height. Then loop through file and create point pairs as output to a ASCII file. Then import that file into ASCII 3D Feature tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 23:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-mapping-to-extrude-point-features-for/m-p/339807#M26670</guid>
      <dc:creator>CPoynter</dc:creator>
      <dc:date>2014-06-24T23:50:11Z</dc:date>
    </item>
  </channel>
</rss>

