TimberModel.add_beam_structural_segments

TimberModel.add_beam_structural_segments(beam, segments)[source]

Adds a structural segment to the model node corresponding to the given beam.

Parameters:
beamBeam

The beam to which the structural segments belong.

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.