Daniel Carvajal
Daniel Carvajal
You need to use the latest source code, check the changelog.txt * The internal blocks that start with "*U" or "*T" can be safely renamed. They are internally created to...
Yes you can, iterate through the list of lines of the drawing and add their lengths, if you need it you can use the Vector.Distance method.
That is the default value used for attributes when a new Insert entity is created. If it shows as an empty string it means than when the attribute definition of...
There seems to be a lot of confusion about this, I had to explain this many times even among AutoCad users. Do not confuse between inserts and blocks, an Insert...
Your problem is related with the layer states. For unknown reasons both layer states defined in your DXF contains three entries for the layer "0" properties which doesn't make much...
In the Arc DXF definition there is no value that defines if the arc is CCW or CW. This is handle by a header variable named "AngDir" that you can...
I have no issues with that, those values are written correctly.
The Table entity is not implemented because it is not, sorry that it sounds like a nonsensical tautology. If you look the Table entity documentation there are 6 pages and...
The file you are pointing to corresponds to a font SHP (SHX) file and while they share many similarities with the common shape SHP (SHX) files there have a few...
Since you didn't show the code where you manipulate the resulting polyline, I guess that you are interpreting its vertices as in world coordinate system but they are in local/object...