1

I have feature class with polylines. I need to intersect the circle polygon.

ITopologicalOperator3 topOperator = (ITopologicalOperator3)pPoly;
topOperator.IsKnownSimple_2 = false;
topOperator.Simplify();
IGeometry resultGeom = topOperator.Intersect(polyline2, esriGeometryDimension.esriGeometry1Dimension);

it gives me result in complete different place.

input output: input output

MakePeaceGreatAgain
  • 35,491
  • 6
  • 60
  • 111
aybb_2000
  • 21
  • 4

0 Answers0