0025202: Incorrect value of IsClosed flag in shapes produced by some algorithms
[occt.git] / src / BRepFill / BRepFill_Draft.cxx
index a0a0ee8..35a90d4 100644 (file)
@@ -616,6 +616,7 @@ static Standard_Boolean GoodOrientation(const Bnd_Box& B,
       TopoDS_Shell S;
       B.MakeShell(S);
       B.Add(S, StopShape);
+      S.Closed (BRep_Tool::IsClosed (S));
       B.MakeSolid(Sol2);
       B.Add(Sol2, S); // shell => solid (for fusion)
       break;