Mortise.apply

Mortise.apply(geometry, beam)[source]

Apply the feature to the beam geometry.

Parameters:
geometrycompas.geometry.Brep

The geometry to be processed.

beamcompas_timber.elements.Beam

The beam that is milled by this instance.

Returns:
Brep

The resulting geometry after processing

Raises:
FeatureApplicationError

If the cutting planes do not create a volume that itersects with beam geometry or any step fails.