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:
- line
compas.geometry.Line
The line on which the drilling is to be made.
- element
compas_timber.elements.Element
The element to drill.
- diameterfloat
The diameter of the drilling.
- line
- Returns:
compas_timber.fabrication.Drilling
The constructed drilling process.