Drilling.from_shapes_and_element

classmethod Drilling.from_shapes_and_element(line, element, diameter, **kwargs)[source]

Construct a drilling process from a line, element and diameter.

Parameters:
linecompas.geometry.Line

The line on which the drilling is to be made.

elementcompas_timber.elements.Element

The element to drill.

diameterfloat

The diameter of the drilling.

Returns:
compas_timber.fabrication.Drilling

The constructed drilling process.