Lap.from_beam_and_beam

classmethod Lap.from_beam_and_beam(main_beam, cross_beam, depth)[source]

Create a Lap instance from a main beam and a cross beam. The main beam is cut by the cross beam.

Parameters:
main_beamBeam

The main beam to be cut.

cross_beamBeam

The cross beam that cuts the main beam.

depthfloat

The depth of the lap.

Returns:
Lap