mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Support export of grids and UVW grid axes
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user