Skip to content

Commit

Permalink
IfcOpenShell#1948 clear tmp list
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms committed Jan 19, 2022
1 parent b337d5a commit 000e3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ifcgeom/IfcGeomFunctions.cpp
Expand Up @@ -4832,6 +4832,7 @@ bool IfcGeom::Kernel::boolean_operation(const TopoDS_Shape& a_input, const TopTo
if (do_subtraction_eliminate_touching) {
PERF("boolean subtraction: eliminate touching");

b_tmp.Clear();
auto N = eliminate_touching_operands(fuzziness, a, b, b_tmp);
if (N) {
Logger::Notice("Eliminated " + std::to_string(N) + " touching operands");
Expand Down

1 comment on commit 000e3ac

@IfcOpenBot
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

I've created the following builds for your commit:

Linux Win macOS
Blender py37 64bit 32bit / 64bit 64bit
Blender py38 64bit 32bit / 64bit 64bit
Blender py39 64bit 32bit / 64bit 64bit
IfcConvert 64bit 32bit / 64bit 64bit
IfcGeomServer 64bit 32bit / 64bit 64bit
Python 31 64bit 32bit / 64bit 64bit
Python 36 64bit 32bit / 64bit 64bit
Python 37 64bit 32bit / 64bit 64bit
Python 38 64bit 32bit / 64bit 64bit
Python 39 64bit 32bit / 64bit 64bit
svgfill 64bit 32bit / 64bit 64bit

Kind regards,
IfcOpenBot

Please sign in to comment.