Cleanup triangulations after use

This commit is contained in:
Thomas Krijnen
2016-03-18 11:21:23 +01:00
parent 8ecc1269d7
commit 4a3a0bff71
+2
View File
@@ -28,6 +28,7 @@
#include <TColgp_Array1OfPnt2d.hxx>
#include <TopExp_Explorer.hxx>
#include <BRepTools.hxx>
#include <BRepAdaptor_Curve.hxx>
#include <GCPnts_QuasiUniformDeflection.hxx>
@@ -272,6 +273,7 @@ namespace IfcGeom {
}
}
BRepTools::Clean(s);
}
}
virtual ~Triangulation() {}