mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Add support for triangular grids in IFC import
This commit is contained in:
@@ -598,6 +598,7 @@ class IfcImporter():
|
|||||||
element_matrix[2][3] *= self.unit_scale
|
element_matrix[2][3] *= self.unit_scale
|
||||||
self.create_grid_axes(grid.UAxes, collection, element_matrix)
|
self.create_grid_axes(grid.UAxes, collection, element_matrix)
|
||||||
self.create_grid_axes(grid.VAxes, 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):
|
def create_grid_axes(self, axes, grid, matrix_world):
|
||||||
if not axes:
|
if not axes:
|
||||||
|
|||||||
Reference in New Issue
Block a user