Roy-043

Results 414 comments of Roy-043

The page has apparently been updated in the meantime. The mentioned examples now work.

Closing as fixed.

Hi, Another issue: The algorithm uses, what I will call, the 'count intersections with a single ray' method. This method fails when the point lies on an extended edge of...

Sorry for the delay. The code looks good, but I want to do some testing to verify. Thanks for working on this.

Can you check this scenario: 1. Working plane is set to Top. 1. Create a label by entering these points: 0,0,0; 10,10,0; 20,10,0 (global coords). 2. Change the Justification from...

You have added `obj.recompute()` to the view provider. Is this really required?

#11890 has fixed the issue for the C++ DXF exporter. Let's leave this open for the legacy DXF exporter and SVG export.

The bulge of LWPoly segments is wrongly scaled. This should not happen as `Bulge=1/4*tan(arc angle)`. https://github.com/FreeCAD/FreeCAD/blob/eb3e83b97a345620e0e26f3051d3d7a3f26755c6/src/Mod/Import/App/dxf/dxf.cpp#L2165 https://github.com/FreeCAD/FreeCAD/blob/eb3e83b97a345620e0e26f3051d3d7a3f26755c6/src/Mod/Import/App/dxf/dxf.cpp#L2211 Try the legacy DXF importer

@luzpaz: I am not sure if it is wise to create GH issues for all occurrences of "todo" and "fixme" in the code.