Pocket.apply
- Pocket.apply(geometry, element)[source]
Apply the feature to the element geometry.
- Parameters:
- geometry
Brep The geometry of the elements to be processed.
- element
compas_timber.elements.Beamorcompas_timber.elements.Plate The element that is processed by this instance.
- geometry
- Returns:
BrepThe resulting geometry after processing
- Raises:
FeatureApplicationErrorIf the cutting plane does not intersect with element geometry.