> ## 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 Boundary

>  It provides the edges that define a geometry. For polygons, this function returns a line representing the boundaries of the geometry. 

<Note>
  I recommend working with polygons for the best results!
</Note>

### An example of transformations

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

### An example of test

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