mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
#1948 clear tmp list
This commit is contained in:
@@ -4832,6 +4832,7 @@ bool IfcGeom::Kernel::boolean_operation(const TopoDS_Shape& a_input, const TopTo
|
|||||||
if (do_subtraction_eliminate_touching) {
|
if (do_subtraction_eliminate_touching) {
|
||||||
PERF("boolean subtraction: eliminate touching");
|
PERF("boolean subtraction: eliminate touching");
|
||||||
|
|
||||||
|
b_tmp.Clear();
|
||||||
auto N = eliminate_touching_operands(fuzziness, a, b, b_tmp);
|
auto N = eliminate_touching_operands(fuzziness, a, b, b_tmp);
|
||||||
if (N) {
|
if (N) {
|
||||||
Logger::Notice("Eliminated " + std::to_string(N) + " touching operands");
|
Logger::Notice("Eliminated " + std::to_string(N) + " touching operands");
|
||||||
|
|||||||
Reference in New Issue
Block a user