From 23abf674f3ef4d0104787dcfbf5b61ce7c6891c6 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 16 Apr 2024 14:54:36 +1000 Subject: [PATCH] Minor fix --- src/ifcopenshell-python/ifcopenshell/util/shape.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/util/shape.py b/src/ifcopenshell-python/ifcopenshell/util/shape.py index 4aaf6a08fe..798000005a 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/shape.py +++ b/src/ifcopenshell-python/ifcopenshell/util/shape.py @@ -17,6 +17,7 @@ # along with IfcOpenShell. If not, see . import shapely +import shapely.ops import numpy as np import ifcopenshell.util.element import ifcopenshell.util.placement