Support export of grids and UVW grid axes

This commit is contained in:
Dion Moult
2020-08-14 18:23:24 +10:00
parent 0a657be394
commit 7386da14dc
3 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ filename_filters = {
'IfcBoundaryCondition_IFC4.json': ['IfcBoundaryCondition'],
'IfcElementType_IFC4.json': ['IfcElementType', 'IfcSpatialElementType'],
'IfcAnnotation_IFC4.json': ['IfcAnnotation'],
'IfcPositioningElement_IFC4.json': ['IfcGrid'] # IfcPositioningElement in the future
'IfcPositioningElement_IFC4.json': ['IfcGrid', 'IfcGridAxis'] # IfcPositioningElement in the future
}
for filename, filters in filename_filters.items():