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_a
TimberElement The first element.
- element_b
TimberElement The second element.
- segmentslist[
StructuralSegment] The structural segments to add.
- element_a
Notes
Normally, this method shouldn’t be called directy. Use
create_beam_structural_segments()when possible to add structural segments.