From 3edb3c8df3da5e687d65dfe0a05ea680df98ac1e Mon Sep 17 00:00:00 2001 From: wangsenhui Date: Sat, 30 Dec 2023 16:37:03 +0800 Subject: [PATCH] add geometry processing with multiple representations example --- .../docs/ifcopenshell-python/geometry_processing.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst index 2b64b336d0..7397264dc7 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst @@ -158,11 +158,9 @@ In these scenarios, a ``geometry`` is returned directly, equivalent to geometry = geom.create_shape(settings, ifc_file.by_type("IfcProfileDef")[0]) - - - Process individual element with multiple shape representations --------------------- + When a element contains multiple shape representations, you can use third parameter of ``create_shape()`` to process each shape representation. The element in your ifc file might look like this.