From e4cebd4e5d66b4286428277f56e417c6ffc1793a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 26 Mar 2024 15:13:15 +0100 Subject: [PATCH] checkout v0.7.0 -- src/ifcgeom_schema_agnostic/IfcGeomRepresentation.cpp --- src/ifcgeom_schema_agnostic/IfcGeomRepresentation.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ifcgeom_schema_agnostic/IfcGeomRepresentation.cpp b/src/ifcgeom_schema_agnostic/IfcGeomRepresentation.cpp index 343da1a082..7672eb381f 100644 --- a/src/ifcgeom_schema_agnostic/IfcGeomRepresentation.cpp +++ b/src/ifcgeom_schema_agnostic/IfcGeomRepresentation.cpp @@ -481,8 +481,7 @@ IfcGeom::Representation::Triangulation::Triangulation(const BRep& shape_model) } } - // Temporarily commented out so we don't need to triangulate it again for clash detection. - // BRepTools::Clean(s); + BRepTools::Clean(s); } }