Add support for triangular grids in IFC import

This commit is contained in:
Dion Moult
2020-07-10 10:30:41 +10:00
parent a27b00e616
commit a7e1eb15ab
@@ -598,6 +598,7 @@ class IfcImporter():
element_matrix[2][3] *= self.unit_scale
self.create_grid_axes(grid.UAxes, collection, element_matrix)
self.create_grid_axes(grid.VAxes, collection, element_matrix)
self.create_grid_axes(grid.WAxes, collection, element_matrix)
def create_grid_axes(self, axes, grid, matrix_world):
if not axes: