mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Minor fix
This commit is contained in:
@@ -377,7 +377,7 @@ class IfcImporter():
|
||||
for axis in axes:
|
||||
shape = ifcopenshell.geom.create_shape(self.settings_2d, axis.AxisCurve)
|
||||
mesh = self.create_mesh(axis, shape)
|
||||
obj = bpy.data.objects.new(f'IfcGrisAxis/{axis.AxisTag}', mesh)
|
||||
obj = bpy.data.objects.new(f'IfcGridAxis/{axis.AxisTag}', mesh)
|
||||
grid.objects.link(obj)
|
||||
|
||||
def create_type_products(self):
|
||||
|
||||
Reference in New Issue
Block a user