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

>  Divides a geometry with a specified line. This operation divides a polygon or line into two separate parts relative to the given line. 

<Note>
  Please ensure that the lines provided are on the geometry you wish to cut and intersect with the geometry!
</Note>

### An example of transformations

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

### An example of test

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