PlateElement.from_two_polygons

classmethod PlateElement.from_two_polygons(polygon0, polygon1, compute_loft=True, name=None)

Create a plate from two polygons.¨

Parameters:
polygon0compas.geometry.Polygon

The first outline of the plate.

polygon1compas.geometry.Polygon

The second outline of the plate.

compute_loftbool

If True, the plate is created from a lofted mesh.

**kwargsdict, optional

Additional keyword arguments.

Returns:
compas_model.elements.Plate