Fix #163 Disallow narrow IfcPolygonalBoundedHalfSpace

This commit is contained in:
Thomas Krijnen
2016-12-10 14:11:01 +01:00
parent da0b350378
commit c08aa3216d
3 changed files with 12 additions and 4 deletions
+1
View File
@@ -43,6 +43,7 @@ inline static bool ALMOST_THE_SAME(const T& a, const T& b, double tolerance=ALMO
#include <Geom_Curve.hxx>
#include <gp_Pln.hxx>
#include <TColgp_SequenceOfPnt.hxx>
#include <TopTools_ListOfShape.hxx>
#include "../ifcparse/IfcParse.h"
#include "../ifcparse/IfcUtil.h"