Files
IfcOpenShell/src/ifcopenshell-python
CyrilWaechter 21b4cd2403 Deduplicate opening boundaries in auto_generate_boundaries
When a building element has multiple ngons matching the same space face,
_process_openings was called multiple times for the same opening/filling,
producing duplicate boundaries (e.g. two boundaries for the same door).

Fix: pass a set of processed filling IDs to _process_openings and skip
already-processed openings.

Generated with the assistance of an AI coding tool.
2026-08-18 00:06:27 +02:00
..
2026-08-08 07:42:45 +02:00
2024-06-27 11:49:12 +10:00
2026-08-10 05:19:17 +02:00

ifcopenshell-python

Python bindings, utility functions, and high-level API for IfcOpenShell.