> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/objects-and-types/scene2d-objects/vector2d.md).

# Vector (old)

The **Vector Objects** in **Scene2Ds** provide alternatives to their **Vector** counterparts in 3D **Scenes** and encompass several two-dimensional shapes that help build up the visual aspects of a *User Interface*. Unlike **Vector Objects** in 3D **Scenes**, **Vector Objects** in **Scene2Ds** don't contain Z axis components.

There are several **Vector Objects** that are described below:

* [Arc](#arc)
* [Ellipse](#ellipse)
* [Line](#line)
* [Rectangle](#rectangle)
* [Pie](#sector)

As of version 2023.2, these **Vector Objects** are no longer available and will not be supported in older **Projects** using any future versions.

![Vector Objects in Scene2D](/files/A7bTipTU6TK6a2NyGPiF)

## Arc

A **2D Object** that is a piece of a circle defined by a starting and ending degree running straight through between the two selected degree points, disregarding the center. This means that it will not pass through the true center, but create a circle-like **Object** with segments missing at times. There are several **Nodes** attributed to **Arc Objects**, which can be found [*here*](/incari-studio/toolbox/incari/vector/arc.md).

![Arc](/files/jxeKCbx5ul2CWVLNOKkA)

## Ellipse

A circular **2D** **Object**.

![Ellipse](/files/0bXZRHLhGUBHFI9uyuRb)

## Line

A linear **2D** **Object**. There are several **Nodes** attributed to **Line Objects**, which can be found [*here*](/incari-studio/toolbox/incari/vector/line.md).

![Line](/files/KqnrLrIIxBF9qCfszDtD)

## Rectangle

A rectangular **2D** **Object**. There are several **Nodes** attributed to **Rectangle Objects**, which can be found [*here*](/incari-studio/toolbox/incari/vector/rectangle.md).

![Rectangle](/files/JtVli18KehfQZ4BJO29L)

## Pie

A **2D** **Object** that is a piece of a circle defined by a starting and ending degree and a connected point at the center of the circle. There are several **Nodes** attributed to **Pie Objects**, which can be found [*here*](/incari-studio/toolbox/incari/vector/pie.md).

![Pie](/files/Vuzobyzl8IC5E6pLN2WD)
