Skip to content

(Help wanted). How to get a correct Block insert point value? #952

@RodiNikolaev

Description

@RodiNikolaev

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:

Image

The X value is positive.

Please, could you give me some advice on why this is happening?
Thank you.

Example.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions