mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
add geometry processing with multiple representations example
This commit is contained in:
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])
|
geometry = geom.create_shape(settings, ifc_file.by_type("IfcProfileDef")[0])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Process individual element with multiple shape representations
|
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 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.
|
The element in your ifc file might look like this.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user