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

>  A shapely buffer creates a new geometry extended by a specified +/- distance around a geometry (point, line or polygon). This operation adds a buffer zone around the geometry based on the given distance. 


<Note>
  3 Style \[ Round, Mitre, Bevel ]

  '1' : **Round**

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

  '2' : **Mitre**

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

  '3' : **Bevel**

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

### An example of transformations

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

### An example of test

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