mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Update export_ifc.py
fix typo in product
This commit is contained in:
@@ -286,8 +286,8 @@ class IfcParser():
|
||||
obj = selected_product['raw']
|
||||
product = {
|
||||
'ifc': None,
|
||||
'raw': object,
|
||||
'location': object.matrix_world.translation,
|
||||
'raw': obj,
|
||||
'location': obj.matrix_world.translation,
|
||||
'up_axis': self.get_axis(obj.matrix_world, 2),
|
||||
'forward_axis': self.get_axis(obj.matrix_world, 0),
|
||||
'right_axis': self.get_axis(obj.matrix_world, 1),
|
||||
|
||||
Reference in New Issue
Block a user