mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
- refactor IOS.API resource calculation to re-use shared utilities
- run black
This commit is contained in:
@@ -21,7 +21,12 @@ import ifcopenshell.api
|
||||
|
||||
class Usecase:
|
||||
def __init__(
|
||||
self, file, parent_resource=None, ifc_class="IfcCrewResource", name=None, predefined_type="NOTDEFINED"
|
||||
self,
|
||||
file,
|
||||
parent_resource=None,
|
||||
ifc_class="IfcCrewResource",
|
||||
name=None,
|
||||
predefined_type="NOTDEFINED",
|
||||
):
|
||||
"""Add a new construction resource
|
||||
|
||||
|
||||
Reference in New Issue
Block a user