netDxf icon indicating copy to clipboard operation
netDxf copied to clipboard

Insert entity

Open zchoi opened this issue 4 years ago • 1 comments

I have just started contacting dxf files, can we read out the coordinates of the entity in the insert, for example,some lines' startpoint and endpoint?

zchoi avatar Dec 10 '20 09:12 zchoi

There is no specific functionality for that, but all the necessary tools are there. To get the entities of a block in world coordinates they need to be transformed by the transformation matrix of the insert, take a look at the Insert's method Explode().

haplokuon avatar Dec 11 '20 10:12 haplokuon