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

>  Determines the common paths between two geometries. This operation is used to find common edges or connections.

Geometrically, **Intersecting** and **Touching** are different.

To be more precise: if the boundaries of the geometries overlap, the two geometries are said to **Touch** each other; if the boundaries of the geometries penetrate each other, the two geometries are said to **Intersect** each other. 

<Note>
  \[0] : Common paths

  \[1] : Anti-Common paths
</Note>

### An example of transformations

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

### An example of test

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