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
+3 -2
View File
@@ -96,9 +96,10 @@ namespace IfcGeom
DISABLE_BOOLEAN_RESULT = 1 << 20,
// Disables wire intersection checks
NO_WIRE_INTERSECTION_CHECK = 1 << 21,
// Sets kernel precision factor to 1
STRICT_TOLERANCE = 1 << 22,
/// Number of different setting flags.
NUM_SETTINGS = 21,
NUM_SETTINGS = 22,
};
/// Used to store logical OR combination of setting flags.
typedef unsigned SettingField;