FeatureApplicationError

exception compas_timber.consumers.FeatureApplicationError[source]

Bases: Exception

Raised when a feature cannot be applied to a beam geometry.

Attributes:
feature_geometryGeometry

The geometry of the feature that could not be applied.

beam_geometryGeometry

The geometry of the beam that could not be modified.

messagestr

The error message.