mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
small tweak
This commit is contained in:
@@ -306,7 +306,7 @@ def filter_elements(
|
|||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
# Select all walls in the file.
|
# Select all the walls and slabs in the file.
|
||||||
elements = ifcopenshell.util.selector.filter_elements(ifc_file, "IfcWall, IfcSlab")
|
elements = ifcopenshell.util.selector.filter_elements(ifc_file, "IfcWall, IfcSlab")
|
||||||
|
|
||||||
# Add doors to the elements too.
|
# Add doors to the elements too.
|
||||||
|
|||||||
Reference in New Issue
Block a user