mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
option to write boolean operands to disk for debugging
This commit is contained in:
@@ -111,8 +111,10 @@ namespace IfcGeom
|
||||
/// Strictly use the tolerance from the IFC model. Typically this value is
|
||||
/// increased 10-fold to have more reliable boolean subtraction results.
|
||||
STRICT_TOLERANCE = 1 << 22,
|
||||
/// Write boolean operands to file in current directory for debugging purposes
|
||||
DEBUG_BOOLEAN = 1 << 23,
|
||||
/// Number of different setting flags.
|
||||
NUM_SETTINGS = 23,
|
||||
NUM_SETTINGS = 24,
|
||||
};
|
||||
|
||||
IteratorSettings()
|
||||
|
||||
Reference in New Issue
Block a user