DoubleCut.from_shapes_and_element
- classmethod DoubleCut.from_shapes_and_element(plane_a, plane_b, element, **kwargs)[source]
Construct a DoubleCut process from a two planes and an element.
- Parameters:
- plane_a
compas.geometry.Plane
The first cutting plane.
- plane_b
compas.geometry.Plane
The second cutting plane.
- element
compas_timber.elements.Element
The element to be cut.
- plane_a
- Returns:
compas_timber.fabrication.DoubleCut
The constructed double cut process.