mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Run black on IOS-Python
This commit is contained in:
@@ -38,10 +38,7 @@ def add_structural_load_case(
|
||||
"""
|
||||
|
||||
load_case = ifcopenshell.api.root.create_entity(
|
||||
file,
|
||||
ifc_class="IfcStructuralLoadCase",
|
||||
predefined_type="LOAD_CASE",
|
||||
name=name
|
||||
file, ifc_class="IfcStructuralLoadCase", predefined_type="LOAD_CASE", name=name
|
||||
)
|
||||
load_case.ActionType = action_type
|
||||
load_case.ActionSource = action_source
|
||||
|
||||
Reference in New Issue
Block a user