mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
7b324e7016
When regenerating an existing IfcSpace, the default container is no longer required. Instead, the space's container is found via get_parent(element), which walks the full spatial hierarchy (aggregation, containment, nesting). For new space creation, the default container is still required. Add optional container parameter to get_space_polygon_from_context_visible_objects so regeneration can pass the resolved container directly. Generated with the assistance of an AI coding tool.