+ Fix for OCC 6.6

This commit is contained in:
wmayer
2014-02-20 10:33:09 +01:00
parent 9918a10a1f
commit 91868b2a48

View File

@@ -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;