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 a36734b commit dac217bCopy full SHA for dac217b
1 file changed
src/semantic_digital_twin/world.py
@@ -701,9 +701,6 @@ def add_connection(
701
:param connection: The connection to add.
702
"""
703
connection.add_to_world(self)
704
- for dof in connection.dofs:
705
- if dof._world is None:
706
- self.add_degree_of_freedom(dof)
707
self.add_kinematic_structure_entity(connection.parent, handle_duplicates)
708
self.add_kinematic_structure_entity(connection.child, handle_duplicates)
709
0 commit comments