BlockModel.elements_connected_by
- BlockModel.elements_connected_by(interaction_type)
Find groups of elements connected by a specific type of interaction.
- Parameters:
- interaction_typeType[
compas_model.interactions.Interaction] The type of interaction.
- interaction_typeType[
- Returns:
- list[list[
compas_model.elements.Element]]
- list[list[