# 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](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-01bb3a0dcaeaa1e7940fb02986fa18f927372dc5%2Fvector2dorderredo.png?alt=media)

## 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*](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/vector/arc).

![Arc](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-0c92f0779effed308426896cba0b652ff556d962%2F2dscenearc.png?alt=media)

## Ellipse

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

![Ellipse](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-82c55909d1e0220d74def85620637ddc21236376%2F2dsceneellipse.png?alt=media)

## Line

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

![Line](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-3769a38de108d7576d5c5c5243eaa4237f0afaf3%2F2dsceneline.png?alt=media)

## Rectangle

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

![Rectangle](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-f12ae6e457de3f1a44a28e31a47d91ee0b7a197f%2F2dscenerectangle.png?alt=media)

## 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*](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/vector/pie).

![Pie](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-8cac2631fe1611744e678db6af628f75a7b6dfcf%2Fpie2dexample%20-%20Copy.png?alt=media)
