LFrenchRidgeLapJoint.check_elements_compatibility

classmethod LFrenchRidgeLapJoint.check_elements_compatibility(elements, raise_error=False)[source]

Checks if the cluster of beams complies with the requirements for the LFrenchRidgeLapJoint.

Parameters:
elementslist(Beam)

The elements to be checked.

raise_errorbool, optional

If True, raises a BeamJoiningError if the cluster does not comply with the requirements. If False, returns False instead.

Returns:
bool

True if the cluster complies with the requirements, False otherwise.