mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Replace all ifcopenshell.api.run with ifcopenshell.api static functions.
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ def add_structural_boundary_condition(
|
||||
|
||||
.. code:: python
|
||||
|
||||
ifcopenshell.api.run("structural.add_structural_boundary_condition", model, connection=connection)
|
||||
ifcopenshell.api.structural.add_structural_boundary_condition(model, connection=connection)
|
||||
"""
|
||||
settings = {"name": name, "connection": connection, "ifc_class": ifc_class}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user