Merge branch 'sketcher_spline_intersection' of https://github.com/Shkolik/FreeCAD into sketcher_spline_intersection
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user