0029237: Improve performance of Boolean Operations
[occt.git] / src / BRepAlgoAPI / BRepAlgoAPI_BooleanOperation.cxx
index 6fe309e..dbddf3d 100644 (file)
@@ -353,6 +353,7 @@ void BRepAlgoAPI_BooleanOperation::Build()
   //
   myBuilder->SetRunParallel(myRunParallel);
   myBuilder->SetProgressIndicator(myProgressIndicator);
+  myBuilder->SetCheckInverted(myCheckInverted);
   //
   myBuilder->PerformWithFiller(*myDSFiller);
   //