PlateElement.from_two_polygons
- classmethod PlateElement.from_two_polygons(polygon0, polygon1, compute_loft=True, name=None)
Create a plate from two polygons.¨
- Parameters:
- polygon0
compas.geometry.Polygon
The first outline of the plate.
- polygon1
compas.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.
- polygon0
- Returns:
compas_model.elements.Plate