mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Replace all ifcopenshell.api.run with ifcopenshell.api static functions.
This commit is contained in:
@@ -43,6 +43,6 @@ def add_structural_load(
|
||||
.. code:: python
|
||||
|
||||
# Create a simple linear load
|
||||
ifcopenshell.api.run("structural.add_structural_load", model)
|
||||
ifcopenshell.api.structural.add_structural_load(model)
|
||||
"""
|
||||
return file.create_entity(ifc_class, Name=name)
|
||||
|
||||
Reference in New Issue
Block a user