FeatureApplicationError

exception compas_timber.errors.FeatureApplicationError[source]

Bases: Exception

Raised when a feature cannot be applied to an element geometry.

Attributes:
feature_geometryGeometry

The geometry of the feature that could not be applied.

element_geometryGeometry

The geometry of the element that could not be modified.

messagestr

The error message.