bonsai - print number of voids for elements that hit void_limit

This commit is contained in:
Andrej730
2024-10-31 15:50:32 +05:00
parent c53885f642
commit bd7ca78a37
+1 -1
View File
@@ -331,7 +331,7 @@ class IfcImporter:
if self.gross_elements:
print("Warning! Excessive voids were found and skipped for the following elements:")
for element in self.gross_elements:
print(element)
print(f"{element} - {len(getattr(element, 'HasOpenings', []))} openings")
def get_spatial_elements_filtered_by_elements(
self, elements: set[ifcopenshell.entity_instance]