mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
0029969: Modeling Algorithms - BRepPrimAPI_MakeHalfSpace::Shape() returns NULL shape while reporting IsDone()
This commit is contained in:
@@ -206,6 +206,7 @@ BRepPrimAPI_MakeHalfSpace::BRepPrimAPI_MakeHalfSpace(const TopoDS_Face& theFace,
|
||||
aShell.Reverse();
|
||||
}
|
||||
BRep_Builder().Add(mySolid, aShell);
|
||||
myShape = mySolid;
|
||||
Done();
|
||||
}
|
||||
}
|
||||
@@ -235,6 +236,7 @@ BRepPrimAPI_MakeHalfSpace::BRepPrimAPI_MakeHalfSpace(const TopoDS_Shell& theShel
|
||||
aShell.Reverse();
|
||||
}
|
||||
BRep_Builder().Add(mySolid, aShell);
|
||||
myShape = mySolid;
|
||||
Done();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user