Arch: Support for IfcElementAssembly

This commit is contained in:
Yorik van Havre
2018-08-10 13:08:27 -03:00
parent 9dbeb6f2b1
commit c1ba8228fd
2 changed files with 22 additions and 3 deletions

View File

@@ -193,7 +193,7 @@ BuildingTypes = ['Undefined',
]
def makeBuildingPart(objectslist=None):
def makeBuildingPart(objectslist=None,baseobj=None,name="BuildingPart"):
'''makeBuildingPart(objectslist): creates a buildingPart including the
objects from the given list.'''