From 4a3a0bff7184c6d20a864b4e61152b83de42e470 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 18 Mar 2016 11:21:23 +0100 Subject: [PATCH] Cleanup triangulations after use --- src/ifcgeom/IfcGeomRepresentation.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcgeom/IfcGeomRepresentation.h b/src/ifcgeom/IfcGeomRepresentation.h index 501ff68733..7b5f635a33 100644 --- a/src/ifcgeom/IfcGeomRepresentation.h +++ b/src/ifcgeom/IfcGeomRepresentation.h @@ -28,6 +28,7 @@ #include #include +#include #include #include @@ -272,6 +273,7 @@ namespace IfcGeom { } } + BRepTools::Clean(s); } } virtual ~Triangulation() {}