From 1d8ee406afb62cee7e174f6d936ad01809069f08 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 10 Jul 2025 11:52:55 +0500 Subject: [PATCH] Fix alignment.__all__ missing create_segment_representations --- src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py b/src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py index 50c8590296..9018281221 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py +++ b/src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py @@ -83,6 +83,7 @@ __all__ = [ "create", "create_by_pi_method", "create_from_csv", + "create_segment_representations", "distance_along_from_station", "get_alignment", "get_alignment_station",