Skip to content

Commit

Permalink
+ Fix for OCC 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 20, 2014
1 parent f51ffa6 commit e26735d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Part/Gui/TaskCheckGeometry.cpp
Expand Up @@ -553,7 +553,9 @@ int TaskCheckGeometryResults::goBOPSingleCheck(const TopoDS_Shape& shapeIn, Resu
BOPCheck.SelfInterMode() = true;
BOPCheck.SmallEdgeMode() = true;
BOPCheck.RebuildFaceMode() = true;
#if OCC_VERSION_HEX >= 0x060700
BOPCheck.ContinuityMode() = true;
#endif
BOPCheck.Perform();
if (!BOPCheck.HasFaulty())
return 0;
Expand Down

0 comments on commit e26735d

Please sign in to comment.