mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
minor fix in ifc2ca (revert a bad modification :|)
This commit is contained in:
@@ -166,7 +166,7 @@ class IFC2CA:
|
|||||||
'geometry': geometry,
|
'geometry': geometry,
|
||||||
'orientation': orientation,
|
'orientation': orientation,
|
||||||
'appliedCondition': self.get_connection_input(item),
|
'appliedCondition': self.get_connection_input(item),
|
||||||
'relatedElements': [con.is_a() + '|' + str(con.id()) for con in con.ConnectsStructuralMembers]
|
'relatedElements': [con.is_a() + '|' + str(con.id()) for con in item.ConnectsStructuralMembers]
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_transformation(self, placement):
|
def get_transformation(self, placement):
|
||||||
|
|||||||
Reference in New Issue
Block a user