Skip to main content

I am trying to convert SDE geodatabase polygon to an AutoCAD DWG. I want true arcs in the DWG. I am using the ArcEstimator but am getting the following error...


ArcEstimator: Cannot convert line with bad geometry to an arc representation

Is there something I need to do to my polygon feature class before running the ArcEstimator?

Thank you

I don't know that the transformer will work on polygons. Maybe you could convert it to a line first with the GeometryCoercer?


Reply