We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa8965 commit 82ada5cCopy full SHA for 82ada5c
1 file changed
src/ifc2ca/ifc2ca.py
@@ -166,7 +166,7 @@ def get_item_data(self, item):
166
'geometry': geometry,
167
'orientation': orientation,
168
'appliedCondition': self.get_connection_input(item),
169
- 'relatedElements': [con.is_a() + '|' + str(con.id()) for con in con.ConnectsStructuralMembers]
+ 'relatedElements': [con.is_a() + '|' + str(con.id()) for con in item.ConnectsStructuralMembers]
170
}
171
172
def get_transformation(self, placement):
0 commit comments