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

>  It breaks the geometry into smaller pieces. This process divides the geometry into smaller parts for more precise analysis and calculations.

As a result of the analysis, you will find a set of points. 


<Note>
  The distances between the points are equal!

  This equality conforms to the shape of the geometry and provides a flexible design

  **The smaller the input, the more points there are.**
</Note>

### An example of transformations

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

### An example of test

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