Added '--strict-tolerance' option

This commit is contained in:
Jesse Vander Does
2021-02-06 10:26:17 -06:00
committed by Thomas Krijnen
parent 10f4bca5d2
commit 4ea95960a2
6 changed files with 22 additions and 5 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ namespace IfcGeom {
GV_DIMENSIONALITY,
GV_LAYERSET_FIRST,
GV_DISABLE_BOOLEAN_RESULT,
GV_NO_WIRE_INTERSECTION_CHECK
GV_NO_WIRE_INTERSECTION_CHECK,
GV_PRECISION_FACTOR,
};
Kernel(IfcParse::IfcFile* file_ = 0);