Slab.from_outlines

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

Constructs a Slab from two polyline outlines. to be implemented to instantialte Plates and Slabs.

Parameters:
outline_aPolyline

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

outline_bPolyline

A polyline representing the associated outline of the slab 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 slab geometry.

**kwargsdict, optional

Additional keyword arguments to be passed to the constructor.

Returns:
Slab

A Slab object representing the slab geometry with the given outlines.