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.

elementcompas_timber.elements.Beam or compas_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.