Fix adding transom to door #6230 (d23cfcb)

This commit is contained in:
Andrej730
2025-02-25 18:13:02 +05:00
parent f63d6b80c5
commit aaf008f007
2 changed files with 5 additions and 2 deletions
@@ -181,7 +181,7 @@ def create_ifc_window(
glass_thickness: float,
position: np.ndarray,
x_offsets: Optional[list[float]] = None,
) -> tuple[list[ifcopenshell.entity_instance], list[ifcopenshell.entity_instance], list[ifcopenshell.entity_instance]]:
) -> dict[str, list[ifcopenshell.entity_instance]]:
"""`lining_thickness` and `x_offsets` are expected to be defined as a list,
similarly to `create_ifc_window_frame_simple` `thickness` argument"""
lining_items: list[ifcopenshell.entity_instance] = []