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_a
Polyline A polyline representing the principal outline of the panel geometry in parent space.
- outline_b
Polyline 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.
- outline_a
- Returns:
PanelA Panel object representing the panel geometry with the given outlines.