mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
@@ -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] = []
|
||||
|
||||
Reference in New Issue
Block a user