dsn27

Results 14 issues of dsn27

[Hebel.zip](https://github.com/haplokuon/netDxf/files/7869599/Hebel.zip) Hi. The attached DXF file will throw an error when loading. I guess this is because the referenced JPG is missing. Is there a way to ignore this error...

question
bad DXF

Hi! I've been trying to work on the mergedLength function. But I really didn't get anywhere. If the function is enabled the program will run forever as soon as you...

Issues occure if an arc that is actually a circle is imported or exported. Test drawing for import: [LogiDraw-P36-877903.zip](https://github.com/SOFAgh/CADability/files/14652377/LogiDraw-P36-877903.zip) Two of the ten holes will dissapear if imported without this...

bug

Attached is a DXF File with a number written in Splines. The zero of this number is not rendered correctly. Only if the spline is dragged the number will be...

bug

The calculation of a convex hull will fail with the attached DXF file. [ConvexHullError.zip](https://github.com/SOFAgh/CADability/files/7872191/ConvexHullError.zip) Code: ``` var m = cadControl1.CadFrame.Project.GetActiveModel(); List curves = new List(m.AllObjects.Count); foreach (IGeoObject geo in m.AllObjects)...

bug

If habe been working on a reimplementation of PaintToOpenGL is the last couple of weeks. The first result can be seen in this [Branch](https://github.com/SOFAgh/CADability/tree/OpenGLRework/CADability) **Advantages** 1. Each instance has it's...

enhancement

1. Create BlockRef via code 2. Export project to DXF file 3. Open DXF file again 4. BlockRef is missing Only line0 will be shown again. Code to create a...

bug

Fix properties explorer refresh bug. E.g. everytime a text is entered into the LengthProperty the caret is moved to the first position. The input is now scanned for double DecimalSeperators....

bug

Solution for #173

The attached spline is not imported correctly. [2 final_neu.zip](https://github.com/user-attachments/files/16547883/2.final_neu.zip) Result now: ![grafik](https://github.com/user-attachments/assets/4dedf400-c545-4807-ab2b-d852973d1cd1) In the old Cadability this drawing is imported as a path and looks a lot better: ![grafik](https://github.com/user-attachments/assets/03a995ea-b8eb-4db1-9625-5172036a4b1c) The...

bug