<?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>idea Support for 3D methods and M values on ArcPy geometries in ArcGIS Enterprise Ideas</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-ideas/support-for-3d-methods-and-m-values-on-arcpy/idi-p/924975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Currently (ArcMap 10.3.1 and probably 10.4 too, ArcGIS Pro 1.2) the methods on the arcpy geometries do not support 3D or M values. For instance the method to determine a position on a line will do this 2D and not take into account the third dimension, if the geometry has it:&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;I&gt;arcpy.Polyline()::positionAlongLine (value, {use_percentage})&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;See discussion:&amp;nbsp;&lt;A href="https://geonet.esri.com/message/589921" target="_blank"&gt;https://geonet.esri.com/message/589921&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Neither is it possible to extract a part of a polyline based on the M values with&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;arcpy.Polyline()::segmentAlongLine (start_measure, end_measure, {use_percentage})&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;... since the measures mentioned as parameters are distances (absolute or in percentage of the total length of the polyline).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;See discussion:&amp;nbsp;&lt;A href="https://geonet.esri.com/message/516789" target="_blank"&gt;https://geonet.esri.com/message/516789&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My request is to add additional methods and properties to ArcPy geometries to support Z and M values.&amp;nbsp;&lt;BR /&gt;Perhaps initially additional methods for using M values for:&lt;BR /&gt;&lt;I&gt;arcpy.Polyline()::segmentAlongLineM(start_measure, end_measure, {use_percentage})&lt;BR /&gt;arcpy.Polyline()::positionAlongLineM(value, {use_percentage})&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;Additional methods for using 3D length values for:&lt;BR /&gt;&lt;I&gt;arcpy.Polyline()::segmentAlongLine3D(start_measure, end_measure, {use_percentage})&lt;BR /&gt;arcpy.Polyline()::positionAlongLine3D(value, {use_percentage})&lt;BR /&gt;arcpy.Polyline()::getLength3D({measurement_type}, {units})&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;... but I can imagine that these would be helpful too:&lt;BR /&gt;&lt;I&gt;buffer3D(distance)&lt;BR /&gt;distanceTo3D(other)&lt;BR /&gt;measureOnLineM(in_point, {as_percentage})&lt;BR /&gt;measureOnLine3D(in_point, {as_percentage})&lt;BR /&gt;pointFromAngleAndDistance3D(angle, distance, {method})&lt;BR /&gt;queryPointAndDistance3D(in_point, {as_percentage})&lt;/I&gt;&lt;BR /&gt;... and others&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;

&lt;!-- content transformation source ID: 087E0000000kBrI --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2016 11:43:20 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2016-02-24T11:43:20Z</dc:date>
    <item>
      <title>Support for 3D methods and M values on ArcPy geometries</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-ideas/support-for-3d-methods-and-m-values-on-arcpy/idi-p/924975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Currently (ArcMap 10.3.1 and probably 10.4 too, ArcGIS Pro 1.2) the methods on the arcpy geometries do not support 3D or M values. For instance the method to determine a position on a line will do this 2D and not take into account the third dimension, if the geometry has it:&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;I&gt;arcpy.Polyline()::positionAlongLine (value, {use_percentage})&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;See discussion:&amp;nbsp;&lt;A href="https://geonet.esri.com/message/589921" target="_blank"&gt;https://geonet.esri.com/message/589921&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Neither is it possible to extract a part of a polyline based on the M values with&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;arcpy.Polyline()::segmentAlongLine (start_measure, end_measure, {use_percentage})&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;... since the measures mentioned as parameters are distances (absolute or in percentage of the total length of the polyline).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;See discussion:&amp;nbsp;&lt;A href="https://geonet.esri.com/message/516789" target="_blank"&gt;https://geonet.esri.com/message/516789&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My request is to add additional methods and properties to ArcPy geometries to support Z and M values.&amp;nbsp;&lt;BR /&gt;Perhaps initially additional methods for using M values for:&lt;BR /&gt;&lt;I&gt;arcpy.Polyline()::segmentAlongLineM(start_measure, end_measure, {use_percentage})&lt;BR /&gt;arcpy.Polyline()::positionAlongLineM(value, {use_percentage})&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;Additional methods for using 3D length values for:&lt;BR /&gt;&lt;I&gt;arcpy.Polyline()::segmentAlongLine3D(start_measure, end_measure, {use_percentage})&lt;BR /&gt;arcpy.Polyline()::positionAlongLine3D(value, {use_percentage})&lt;BR /&gt;arcpy.Polyline()::getLength3D({measurement_type}, {units})&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;... but I can imagine that these would be helpful too:&lt;BR /&gt;&lt;I&gt;buffer3D(distance)&lt;BR /&gt;distanceTo3D(other)&lt;BR /&gt;measureOnLineM(in_point, {as_percentage})&lt;BR /&gt;measureOnLine3D(in_point, {as_percentage})&lt;BR /&gt;pointFromAngleAndDistance3D(angle, distance, {method})&lt;BR /&gt;queryPointAndDistance3D(in_point, {as_percentage})&lt;/I&gt;&lt;BR /&gt;... and others&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;

&lt;!-- content transformation source ID: 087E0000000kBrI --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 11:43:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-ideas/support-for-3d-methods-and-m-values-on-arcpy/idi-p/924975</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-02-24T11:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Support for 3D methods and M values on ArcPy geometries</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-ideas/support-for-3d-methods-and-m-values-on-arcpy/idc-p/924976#M279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Having 3D full stop would be nice. Imagine flaythroughs, fast 3D rendering, 3D measuring, navigation and ability to create 3D webservices on ArcServer without Portal. Pity Google isnt interested in GIS.

&lt;!-- content transformation source ID: 00aE000000Gxffz --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 22:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-ideas/support-for-3d-methods-and-m-values-on-arcpy/idc-p/924976#M279</guid>
      <dc:creator>MarcGalle</dc:creator>
      <dc:date>2016-03-08T22:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Support for 3D methods and M values on ArcPy geometries - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-ideas/support-for-3d-methods-and-m-values-on-arcpy/idc-p/1277935#M3264</link>
      <description>&lt;P&gt;Thank you for your idea! This is a duplicate of &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/support-for-3d-methods-and-m-values-on-arcpy/idi-p/921545" target="_self"&gt;this idea&lt;/A&gt; in the ArcGIS Pro Community. Please follow the status of the idea there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 18:03:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-ideas/support-for-3d-methods-and-m-values-on-arcpy/idc-p/1277935#M3264</guid>
      <dc:creator>MaggieBusek</dc:creator>
      <dc:date>2023-04-12T18:03:47Z</dc:date>
    </item>
  </channel>
</rss>

