TimberModel.get_structural_connector_segments
- TimberModel.get_structural_connector_segments(element_a, element_b)[source]
Gets the structural segments assigned to the interaction between two elements.
- Parameters:
- element_a
TimberElement The first element.
- element_b
TimberElement The second element.
- element_a
- Returns:
- list[
StructuralSegment] The structural segments assigned to the interaction.
- list[