Merge branch 'master' into feature/tool-bit-poc

This commit is contained in:
mlampert
2019-12-03 18:56:16 -08:00
committed by GitHub
20 changed files with 197 additions and 203 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ def horizontalFaceLoop(obj, face, faceList=None):
outline = TechDraw.findShapeOutline(comp, 1, FreeCAD.Vector(0, 0, 1))
# findShapeOutline always returns closed wires, by removing the
# trace-backs single edge spikes don't contriubte to the bound box
# trace-backs single edge spikes don't contribute to the bound box
uniqueEdges = []
for edge in outline.Edges:
if any(PathGeom.edgesMatch(edge, e) for e in uniqueEdges):