PlateElement.mesh_from_loft

static PlateElement.mesh_from_loft(polygon0, polygon1)

Create a mesh from two lists of points.

Parameters:
polygon0compas.geometry.Polygon

The first outline of the plate.

Returns:
TupleMesh, Frame

Tuple containing the mesh and the frame of the first polyline.