Daniel Carvajal

Results 167 comments of Daniel Carvajal

The PolygonalVertexes method of the Ellipse class is correct as it is. This method returns a list of points in local/object coordinate system (OCS), while the ellipse center is defined...

Cannot say, you can request a feature but I cannot tell you when or even if I will implement it.

I guess you are talking about the commented code in the Insert class. I wrote it long time ago and something might be broken, perhaps I will continue with it...

That explode code is very old and required some changes, the modifications you have made should make it work once again. I renamed the property of Block Position to Origin,...

Ok, go ahead, sometimes I forget things I was doing until someone comes and ask about them. Daniel

The order of transformation are scale (insert's Scale method), rotation around the normal axis (insert's Rotation method), rotation by the normal axis (insert's Normal method), and translation (insert's Position method)...

Without more information or the original DXF file I have no idea what might be happening.

I need a lot more information that this and a way to reproduce the error.

Read [this post](https://github.com/haplokuon/netDxf/issues/324), you have the same problem. Both files 1.dxf and 2.dxf have a block definition named "*U1" that comes from a dynamic block, when you try to merge...