BeamJoinningError

exception compas_timber.connections.BeamJoinningError[source]

Bases: Exception

Indicates that an error has occurred while trying to join two or more beams.

This error should indicate that an error has occurred while calculating the features which should be applied by this joint.

Attributes:
beamslist(Beam)

The beams that were supposed to be joined.

debug_geometrieslist(Geometry)

A list of geometries that can be used to visualize the error.

debug_infostr

A string containing debug information about the error.

jointJoint

The joint that was supposed to join the beams.