diff --git a/src/BRepBndLib/BRepBndLib_1.cxx b/src/BRepBndLib/BRepBndLib_1.cxx index 4035a3b885..c70c2df236 100644 --- a/src/BRepBndLib/BRepBndLib_1.cxx +++ b/src/BRepBndLib/BRepBndLib_1.cxx @@ -414,6 +414,10 @@ static void ComputePCA(const TopoDS_Shape& theS, { BRepBndLib::Add(aST, aShapeBox); } + if (aShapeBox.IsVoid()) + { + return; + } gp_Pnt aPMin = aShapeBox.CornerMin(); gp_Pnt aPMax = aShapeBox.CornerMax();