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

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

7 lines
157 B
Python
Raw Normal View History

class Usecase:
def __init__(self, file):
self.file = file
def execute(self):
self.file.createIfcPerson("HSeldon", "Seldon", "Hari")