FreeContour.from_top_bottom_and_elements
- classmethod FreeContour.from_top_bottom_and_elements()[source]
Construct a Contour processing from a list of polylines and element.
- Parameters:
- polylineslist of list of
compas.geometry.Point The top and bottome polylines of the contour.
- element
compas_timber.elements.Beamorcompas_timber.elements.Plate The element.
- interiorbool, optional
If True, the contour is an interior contour. Default is False.
- tool_positionBTLx.AlignmentType, optional
The position of the tool. Default is None.
- ref_side_indexint, optional
The reference side index. If none is given, the function will try to find the reference side index based on the polylines and element.
- polylineslist of list of