Files
IfcOpenShell/src/ifcopenshell-python/ifcopenshell/api/owner/add_organisation.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
162 B
Python
Raw Normal View History

class Usecase:
def __init__(self, file):
self.file = file
def execute(self):
self.file.createIfcOrganization("APTR", "Aperture Science")