From 1f23e4ba185502cf0edda24452e8252a93ce8046 Mon Sep 17 00:00:00 2001 From: Hannes Date: Tue, 13 May 2025 11:12:42 +0200 Subject: [PATCH] Fixed typo in __init__.py See https://github.com/IfcOpenShell/IfcOpenShell/issues/6625 --- src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py b/src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py index ee3e6a451d..2b5e22b47f 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py +++ b/src/ifcopenshell-python/ifcopenshell/api/alignment/__init__.py @@ -30,7 +30,7 @@ Presently, this API supports: 4. Creating geometric representations from a business logical definition 5. Mapping individual business logical segments to geometric segments (complete for horizontal, missing clothoid for vertical, not implemented for cant) 6. Using curve geometry to determine IfcCurveSegment.Transition transition code. - 7. Utility functions for printing business logical and geometric representations, as well as minimumal geometry evaluations + 7. Utility functions for printing business logical and geometric representations, as well as minimal geometry evaluations Future versions of this API will support: 1. Defining alignments using the PI method, including transition spirals