Allow export of positioning elements (only IfcGrid for now) See #911

This commit is contained in:
Dion Moult
2020-07-12 10:19:22 +10:00
parent 4015c5b5b2
commit 6b07aeb703
4 changed files with 81 additions and 1 deletions
+2 -1
View File
@@ -157,7 +157,8 @@ filename_filters = {
'IfcParameterizedProfileDef_IFC4.json': ['IfcParameterizedProfileDef'],
'IfcBoundaryCondition_IFC4.json': ['IfcBoundaryCondition'],
'IfcElementType_IFC4.json': ['IfcElementType', 'IfcSpatialElementType'],
'IfcAnnotation_IFC4.json': ['IfcAnnotation']
'IfcAnnotation_IFC4.json': ['IfcAnnotation'],
'IfcPositioningElement_IFC4.json': ['IfcGrid'] # IfcPositioningElement in the future
}
for filename, filters in filename_filters.items():