#1960 make configurable

This commit is contained in:
Thomas Krijnen
2022-01-09 15:15:29 +01:00
parent 2683bcba20
commit 6246dda8d6
6 changed files with 26 additions and 7 deletions
+2 -1
View File
@@ -76,7 +76,8 @@ namespace IfcGeom {
GV_NO_WIRE_INTERSECTION_CHECK,
GV_PRECISION_FACTOR,
GV_NO_WIRE_INTERSECTION_TOLERANCE,
GV_DEBUG_BOOLEAN
GV_DEBUG_BOOLEAN,
GV_BOOLEAN_ATTEMPT_2D
};
Kernel(IfcParse::IfcFile* file_ = 0);