TimberModel.add_structural_connector_segments

TimberModel.add_structural_connector_segments(element_a, element_b, segments)[source]

Adds structural segments to the interaction (edge) between two elements.

Parameters:
element_aTimberElement

The first element.

element_bTimberElement

The second element.

segmentslist[StructuralSegment]

The structural segments to add.

Notes

Normally, this method shouldn’t be called directy. Use create_beam_structural_segments() when possible to add structural segments.