Lap.from_plane_and_beam

classmethod Lap.from_plane_and_beam(plane, beam, width, depth, ref_side_index=0)[source]

Create a Lap instance from a plane and a beam. The lap is defined by the plane given and a plane parallel to that at a distance defined by the width.

Parameters:
planePlane

The plane that defines the lap.

beamBeam

The beam that the Lap instance is applied to.

widthfloat

The width of the lap.

depthfloat

The depth of the lap.

ref_side_indexint, optional

The reference side index of the main_beam to be cut. Default is 0 (i.e. RS1).

Returns:
Lap