mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Add documentation for cost module
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
class Usecase:
|
||||
def __init__(self, file, classifcation=None):
|
||||
def __init__(self, file, classification=None):
|
||||
"""Removes an IfcClassification from the project and all references
|
||||
|
||||
The classification and all of its relationships, children references,
|
||||
@@ -36,7 +36,6 @@ class Usecase:
|
||||
ifcopenshell.api.run("classification.remove_classification", model,
|
||||
classification=classification)
|
||||
"""
|
||||
|
||||
self.file = file
|
||||
self.settings = {"classification": classification}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user