Fix for #1119 (regression from 0984751)

This commit is contained in:
johanrd
2020-11-20 15:45:12 +01:00
committed by Thomas Krijnen
parent 280466df53
commit fc5fcef079
+1 -1
View File
@@ -1816,7 +1816,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcPolygonalFaceSet* pfs, TopoDS_
}
}
if (faces.IsEmpty() == 0) return false;
if (faces.IsEmpty()) return false;
return create_solid_from_faces(faces, shape);
}