mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Wrong Import Package (#5982)
This commit is contained in:
@@ -162,7 +162,7 @@ Get the distribution system of an element
|
|||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
import ifcopenshell.util.classification
|
import ifcopenshell.util.system
|
||||||
|
|
||||||
pipe = model.by_type("IfcPipeSegment")[0]
|
pipe = model.by_type("IfcPipeSegment")[0]
|
||||||
# Elements may be assigned to multiple systems simultaneously, such as electrical, hydraulic, etc
|
# Elements may be assigned to multiple systems simultaneously, such as electrical, hydraulic, etc
|
||||||
|
|||||||
Reference in New Issue
Block a user