diff --git a/src/STEPCAFControl/STEPCAFControl_Reader.cxx b/src/STEPCAFControl/STEPCAFControl_Reader.cxx index 75fd04b0df..e3b8c9997b 100644 --- a/src/STEPCAFControl/STEPCAFControl_Reader.cxx +++ b/src/STEPCAFControl/STEPCAFControl_Reader.cxx @@ -4580,6 +4580,8 @@ void STEPCAFControl_Reader::ExpandShell(const Handle(StepShape_ConnectedFaceSet) for ( Standard_Integer f = aFaces->Lower(); f <= aFaces->Upper(); ++f ) { const Handle(StepShape_Face)& aFace = aFaces->Value(f); + if (aFace.IsNull()) + continue; // Record CAF data SettleShapeData(aFace, RootLab, ShapeTool, TP);