dsn27
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...
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...
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...
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)...
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...
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...
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....
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:  In the old Cadability this drawing is imported as a path and looks a lot better:  The...