mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 10:23:41 +00:00
No occt multi-threading since we have our own
This commit is contained in:
@@ -1134,6 +1134,8 @@ bool IfcGeom::util::boolean_operation(const boolean_settings& settings, const To
|
|||||||
#endif
|
#endif
|
||||||
builder->SetFuzzyValue(fuzz);
|
builder->SetFuzzyValue(fuzz);
|
||||||
builder->SetArguments(s1s);
|
builder->SetArguments(s1s);
|
||||||
|
// We use our own multi-threading in ifcopenshell on a per-product basis
|
||||||
|
builder->SetRunParallel(false);
|
||||||
copy_operand(b, b_tmp);
|
copy_operand(b, b_tmp);
|
||||||
std::swap(b, b_tmp);
|
std::swap(b, b_tmp);
|
||||||
builder->SetTools(b);
|
builder->SetTools(b);
|
||||||
|
|||||||
Reference in New Issue
Block a user