TStepJoint.check_elements_compatibility

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

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

Parameters:
elementslist of TimberElement

The cluster of elements to be checked.

raise_errorbool, optional

Whether to raise an error if the elements are not compatible. If False, the method will return False instead of raising an error.

Returns:
bool

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