Hello.
I have a problem with a getting insert point value in my examlpe file (zip attached)
My code:
var cad = DxfReader.Read(File.OpenRead("d:\\example.dxf"));
var point = (cad.Entities[0] as Insert).InsertPoint;
And value is:
{-6296,875000000242,-5395,999918619704,0}
But. In the AutoCAD I see this:
The X value is positive.
Please, could you give me some advice on why this is happening?
Thank you.
Example.zip