From 831709d514d25d616148f48beb1e6e41c19ff5b2 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 30 Dec 2023 10:02:57 +0100 Subject: [PATCH] Update src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst --- .../docs/ifcopenshell-python/geometry_processing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst index 3e33cdda4e..f319dabe25 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst @@ -161,7 +161,7 @@ In these scenarios, a ``geometry`` is returned directly, equivalent to 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. +When an element contains multiple shape representations with the same identifier or when you want more explicit control over which representation is processed (e.g `Body` or `Tesselation`), you can use the third parameter of ``create_shape()`` to nominate a specific shape representation to be processed in the context of a product. The element in your ifc file might look like this. .. code-block:: ifc