From 253448c32a340a8dee84310d9b1b38eff4ac7344 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 4 Sep 2026 11:19:14 +0500 Subject: [PATCH] geometry_creation.rst: shape_build doesnt' depend on mathutils --- .../docs/ifcopenshell-python/geometry_creation.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_creation.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_creation.rst index 3aa34a3aa8..d64e9408b8 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_creation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_creation.rst @@ -511,7 +511,6 @@ Here is an example which generates a parametric table. .. code-block:: python - # The shape_builder module depends on mathutils from ifcopenshell.util.shape_builder import V builder = ifcopenshell.util.shape_builder.ShapeBuilder(model)