Skip to content

Commit 9a9aa5c

Browse files
author
Sebastian Schilling
committed
v1.2.2
1 parent 77ec191 commit 9a9aa5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ConvertToClassification.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def convert_to_classification(file, model, pSetName):
7575
catalogAttr.get('EditionDate', None),
7676
catalogAttr.get('Name'),
7777
catalogAttr.get('Description', None),
78-
catalogAttr.get('Specification', None),
78+
catalogAttr.get('Specification', None), # IFC 4.3
79+
catalogAttr.get('Location', None), # IFC 4
7980
catalogAttr.get('ReferenceToken', None)
8081
)
8182
reference = model.createIfcClassificationReference(

0 commit comments

Comments
 (0)