add geometry processing with multiple representations example

This commit is contained in:
wangsenhui
2023-12-30 16:37:03 +08:00
committed by Thomas Krijnen
parent 72badd8427
commit 3edb3c8df3
@@ -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.