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

# Introduction

> 
In this section, you will find a guide and a sample Revit file **(Version: Revit2026)** for testing the codes.

Shapely uses a geometric language similar to Designscript. However, unlike Dynamo, it is not necessary to convert each operation into geometry. This enables fast processing, even with complex geometries, and ensures that no geometric information is lost during transformations.


<Note>
  Only the definition of geometry has changed.
</Note>

### An example of transformations

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

### An example of test

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

### Revit 2026

<Frame>
  <a href="https://github.com/DurmusCesur/docs/releases/download/Rvt/Shapely.rvt" download="Shapely.rvt">
    <button className="bg-gradient-to-r from-blue-600 via-blue-450 to-blue-600 text-white px-6 py-1 rounded-lg shadow-lg hover:bg-gradient-to-l hover:from-blue-500 hover:to-blue-400 transition-all">
      Shapely.rvt
    </button>
  </a>
</Frame>
