<?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: GeometryEngine.Instance.Clip alternative - Need to clip 2 geometries - not envelope in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1606148#M12834</link>
    <description>&lt;P&gt;Intersection did the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Apr 2025 17:53:24 GMT</pubDate>
    <dc:creator>JonathanDewalt</dc:creator>
    <dc:date>2025-04-15T17:53:24Z</dc:date>
    <item>
      <title>GeometryEngine.Instance.Clip alternative - Need to clip 2 geometries - not envelope</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1603383#M12818</link>
      <description>&lt;P&gt;I was hoping to user the&amp;nbsp;GeometryEngine.Instance.Clip function to process numerous polygons but i need to be able clip each polygon with the one after it.&amp;nbsp; Unfortunately, the Clip function only takes one geometry and the other is an envelope.&amp;nbsp; I need to be able to pass in two geometries.&amp;nbsp; Anyone have an alternative suggestion?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 18:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1603383#M12818</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2025-04-07T18:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEngine.Instance.Clip alternative - Need to clip 2 geometries - not envelope</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1603697#M12819</link>
      <description>&lt;P&gt;Why don't you use Intersection instead?&lt;/P&gt;&lt;LI-CODE lang="c"&gt; Geometry pOutGeometry = GeometryEngine.Instance.Intersection(polygon1,
     polygon2, GeometryDimensionType.EsriGeometry2Dimension);&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 08 Apr 2025 12:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1603697#M12819</guid>
      <dc:creator>RadekMandovec</dc:creator>
      <dc:date>2025-04-08T12:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEngine.Instance.Clip alternative - Need to clip 2 geometries - not envelope</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1603792#M12820</link>
      <description>Intersection only provides output geometry where the two geometries intersect. I need to remove parts of one geometry based on another. The clipping geoprocessor tool only works on featureclasses. I have individual geometries within the same featureclass that need to be clipped. So far, my only solution seems to be to export all my records to individual featureclasses and then run the geoprocessor. I was hoping that the GemometryEngine Clip would mark but its second parameter is only an extent and not the original shape.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2025 15:07:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1603792#M12820</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2025-04-08T15:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEngine.Instance.Clip alternative - Need to clip 2 geometries - not envelope</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1603899#M12821</link>
      <description>&lt;P&gt;sounds like u need Geometry.Engine.Difference&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic8216.html" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic8216.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 18:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1603899#M12821</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2025-04-08T18:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEngine.Instance.Clip alternative - Need to clip 2 geometries - not envelope</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1606148#M12834</link>
      <description>&lt;P&gt;Intersection did the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 17:53:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geometryengine-instance-clip-alternative-need-to/m-p/1606148#M12834</guid>
      <dc:creator>JonathanDewalt</dc:creator>
      <dc:date>2025-04-15T17:53:24Z</dc:date>
    </item>
  </channel>
</rss>

