Lap.apply

Lap.apply(geometry, beam)[source]

Apply the feature to the beam geometry.

Parameters:
geometryBrep

The beam geometry to be cut.

beamcompas_timber.elements.Beam

The beam that is cut by this instance.

Returns:
Brep

The resulting geometry after processing

Raises:
FeatureApplicationError

If the cutting plane does not intersect with beam geometry.