remove FASTER_BOOLEANS (to stay under 31 settings)

This commit is contained in:
Thomas Krijnen
2021-07-11 14:57:49 +02:00
parent 192f140960
commit ff73f82798
3 changed files with 24 additions and 32 deletions
+1 -1
View File
@@ -1966,7 +1966,7 @@ IfcGeom::BRepElement<P, PP>* IfcGeom::Kernel::create_brep_for_representation_and
bool caught_error = false;
try {
#if OCC_VERSION_HEX < 0x60900
const bool faster_booleans = settings.get(IteratorSettings::FASTER_BOOLEANS);
const bool faster_booleans = false;
#else
const bool faster_booleans = true;
#endif