mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
minor fix in ifc2ca (revert a bad modification :|)
This commit is contained in:
@@ -166,7 +166,7 @@ class IFC2CA:
|
||||
'geometry': geometry,
|
||||
'orientation': orientation,
|
||||
'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):
|
||||
|
||||
Reference in New Issue
Block a user