mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
bonsai - print number of voids for elements that hit void_limit
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user