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

>  Returns the common area between two geometries. The intersecting areas are taken and a new geometry is created. This process is used to determine the intersection areas. 

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

### An example of transformations

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

### An example of test

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