Merge branch 'sketcher_spline_intersection' of https://github.com/Shkolik/FreeCAD into sketcher_spline_intersection

This commit is contained in:
Andrew Shkolik
2025-02-28 12:34:14 -06:00

View File

@@ -9004,7 +9004,7 @@ void processEdge(const TopoDS_Edge& edge,
BRepOffsetAPI_NormalProjection mkProj(aProjFace);
mkProj.Add(edge);
mkProj.Build();
projShape.setShape(mkProj.Projection());
}
if (!projShape.isNull() && projShape.hasSubShape(TopAbs_EDGE)) {