<?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 How to implement ITopologicalOperator Simplify related operations using arcpy in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-implement-itopologicaloperator-simplify/m-p/1593797#M93808</link>
    <description>&lt;P&gt;I am migrating my custom geoprocessing toolbox from ArcMap which was built using C# ArcObjects to ArcGIS Pro which is being built using ArcPy. Below are C# ArcObjects lines (used across my code) related to simplification done using ITopologicalOperators. How do I achieve exact functionality in ArcPy, without having to pass any additional parameters like offsets etc. as I am not sure what would be the suitable values.&lt;/P&gt;&lt;P&gt;((ITopologicalOperator4)xyPoly).IsKnownSimple_2 = False;&lt;BR /&gt;xyPoly.SimplifyPreserveFromTo();&lt;BR /&gt;((ITopologicalOperator)xyPoly).Simplify();&lt;BR /&gt;xyPoly.SimplifyEx(True, False, True);&lt;BR /&gt;isSimple: bool = ((ITopologicalOperator4)xyPoly).get_IsSimpleEx(out enumVal);&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 14:11:13 GMT</pubDate>
    <dc:creator>RavaliAllam1</dc:creator>
    <dc:date>2025-03-10T14:11:13Z</dc:date>
    <item>
      <title>How to implement ITopologicalOperator Simplify related operations using arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-implement-itopologicaloperator-simplify/m-p/1593797#M93808</link>
      <description>&lt;P&gt;I am migrating my custom geoprocessing toolbox from ArcMap which was built using C# ArcObjects to ArcGIS Pro which is being built using ArcPy. Below are C# ArcObjects lines (used across my code) related to simplification done using ITopologicalOperators. How do I achieve exact functionality in ArcPy, without having to pass any additional parameters like offsets etc. as I am not sure what would be the suitable values.&lt;/P&gt;&lt;P&gt;((ITopologicalOperator4)xyPoly).IsKnownSimple_2 = False;&lt;BR /&gt;xyPoly.SimplifyPreserveFromTo();&lt;BR /&gt;((ITopologicalOperator)xyPoly).Simplify();&lt;BR /&gt;xyPoly.SimplifyEx(True, False, True);&lt;BR /&gt;isSimple: bool = ((ITopologicalOperator4)xyPoly).get_IsSimpleEx(out enumVal);&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 14:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-implement-itopologicaloperator-simplify/m-p/1593797#M93808</guid>
      <dc:creator>RavaliAllam1</dc:creator>
      <dc:date>2025-03-10T14:11:13Z</dc:date>
    </item>
  </channel>
</rss>

