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:
- beam
compas_timber.elements.Beam
The beam that is cut by this instance.
- beam
- Returns:
- list of
compas.geometry.Plane
The planes of the cut as a list.
- list of