Trying to cut polygons from a CAD dataset in ArcMap 10.8.1. After completing the task, I export back the new polygons to CAD but there is a rounding effect in the position of all vertices.
e.g. The original coords of a point in CAD :
X = 653942.035465 Y = 3895920.87421 Z = 0
The same point after going back and forth from ArcMap to CAD:
X = 653942.0355 Y = 3895920.8742 Z = 0
loosing those digits at the end plays significant role and I need to know if there is a way to increase decimal point precision while importing / exporting data from and to CAD.
Thanks.