diff --git a/src/ifcgeom/IfcGeomFunctions.cpp b/src/ifcgeom/IfcGeomFunctions.cpp index 98cf09568e..eb0f8c9c4f 100644 --- a/src/ifcgeom/IfcGeomFunctions.cpp +++ b/src/ifcgeom/IfcGeomFunctions.cpp @@ -3295,7 +3295,7 @@ namespace { TopoDS_Vertex v1, v2; TopExp::Vertices(e, v1, v2); - if (v.IsEqual(v1) || v.IsEqual(v2)) { + if (v.IsSame(v1) || v.IsSame(v2)) { continue; }