> ## Documentation Index
> Fetch the complete documentation index at: https://shapely.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Shapely Polygonise

>  Constructs polygons from a set of lines that form closed loops. This operation is useful for converting linework into area-based geometries. 

### An example of transformations

<a href="/images/Shp_Polygonise.png" target="_blank">
  <img src="https://mintcdn.com/shapely/Zmixl7owj_j1fwHG/images/Shp_Polygonise.png?fit=max&auto=format&n=Zmixl7owj_j1fwHG&q=85&s=8e4c2f20e7c1f00af34fa87c0515056c" className="pointer-events-none" style={{ borderRadius: '0.5rem', border: '1px solid rgba(0,0,0,0.1)' }} width="1853" height="822" data-path="images/Shp_Polygonise.png" />
</a>

### An example of test

<Frame>
  <a href="https://github.com/DurmusCesur/docs/releases/download/Dyn/Shp_Polygonise.dyn" download="Shp_Polygonise.dyn">
    <button className="bg-[#16A34A] text-white px-5 py-1 rounded-md hover:bg-[#15803D] transition-colors">
      Shp\_Polygonise.dyn
    </button>
  </a>
</Frame>
