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

>  It checks whether there is any boundary contact between two geometries. This determines whether the edges of the geometries touch each other. 

<Note>
  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>

### An example of transformations

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

### An example of test

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