TimberModel.elements_connected_by

TimberModel.elements_connected_by(interaction_type)[source]

Find groups of elements connected by a specific type of interaction.

Parameters:
interaction_typeType[compas_model.interactions.Interaction]

The type of interaction.

Returns:
list[list[compas_model.elements.Element]]