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_acompas.geometry.Plane

The first cutting plane.

plane_bcompas.geometry.Plane

The second cutting plane.

elementcompas_timber.elements.Element

The element to be cut.

Returns:
compas_timber.fabrication.DoubleCut

The constructed double cut process.