LLapJoint.check_elements_compatibility
- classmethod LLapJoint.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.
- elementslist of
- Returns:
- bool
True if the cluster complies with the requirements, False otherwise.