Panel.from_outlines

classmethod Panel.from_outlines(outline_a, outline_b, openings=None, **kwargs)[source]

Constructs a Panel from two polyline outlines. to be implemented to instantialte Plates and Panels.

Parameters:
outline_aPolyline

A polyline representing the principal outline of the panel geometry in parent space.

outline_bPolyline

A polyline representing the associated outline of the panel geometry in parent space. This should have the same number of points as outline_a.

openingslist[Polyline], optional

A list of openings to be added to the panel geometry.

**kwargsdict, optional

Additional keyword arguments to be passed to the constructor.

Returns:
Panel

A Panel object representing the panel geometry with the given outlines.