Lap.planes_from_params_and_beam

Lap.planes_from_params_and_beam(beam)[source]

Calculates the planes that create the lap from the machining parameters in this instance and the given beam

Parameters:
beamcompas_timber.elements.Beam

The beam that is cut by this instance.

Returns:
list of compas.geometry.Plane

The planes of the cut as a list.