0025202: Incorrect value of IsClosed flag in shapes produced by some algorithms
[occt.git] / src / BOPAlgo / BOPAlgo_Builder_3.cxx
index d729ef8..decfb30 100644 (file)
@@ -475,6 +475,7 @@ void BOPAlgo_Builder::BuildDraftSolid(const TopoDS_Shape& theSolid,
     } //for (; aIt2.More(); aIt2.Next()) {
     //
     if (iFlag) {
+      aShD.Closed (BRep_Tool::IsClosed (aShD));
       aBB.Add(theDraftSolid, aShD);
     }
   } //for (; aIt1.More(); aIt1.Next()) {