XLapJoint.check_elements_compatibility

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

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

Parameters:
elementslist of Beam

The beams to check.

raise_errorbool, optional

If True, raises a BeamJoiningError if the requirements are not met.

Returns:
bool

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