# Vector

The **Vector Objects** encompass several three-dimensional shapes that help build up the visual aspects of a *User Interface*.

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

* [**Arc**](#arc)
* [**Ellipse**](#ellipse)
* [**Line**](#line)
* [**Pie**](#pie)
* [**Rectangle**](#rectangle)
* [**Svg**](#svg)

![Vector Objects](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-27b2887ca29765ea580ad7179eee910727ad1ef4%2Fvectoreimage.png?alt=media)

## Arc

A **3D Object** that is a piece of a circle defined by a starting and ending degree disregarding the center and running straight through between the two selected degree points. It can be *transformed* along the X, Y, or Z axes. There are several **Nodes** attributed to **Arc Objects**, which can be found [*here*](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/vector/arc).

![Arc](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-36f04a8e8635ad056b9565b7f1373f331c37e436%2Farc.png?alt=media)

## Ellipse

A circular **3D** **Object** that can be *transformed* along the X, Y, and Z axes.

![Ellipse](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-608d77379baf3264048d65d87548d4198a1e4877%2Fellipse.png?alt=media)

## Line

A linear **3D** **Object** that can be *transformed* along the X, Y, and Z axes. There are several **Nodes** attributed to **Line Objects**, which can found [*here*](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/vector/line).

![Line](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-c8c36b6da3e926a4b42d651d74a16a2eaf236606%2Fline.png?alt=media)

## Pie

A **3D** **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. It can be *transformed* along the X, Y, and Z axes. There are several **Nodes** attributed to **Line Objects**, which can be found [*here*](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/vector/pie).

![Pie](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-ab0584f68a99e4ce7f207e6fe235e011825f5518%2Fpie.png?alt=media)

## Rectangle

A rectangular **3D** **Object** that can be *transformed* along the X, Y, and Z axes. There are several **Nodes** attributed to **Rectangle Objects**, which can be found [*here*](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/vector/rectangle).

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

## Svg

The **Svg Object** allows the user to display *.svg* files in the **Scene Outliner**.

The most important **Attribute** is `File` under `SVG`. Here, the user can locate the desired *.svg* file.

![Svg Object before Adding Asset.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-2d07604d79bd4183ac5dbb388e8e43f24bac6057%2Fsvgbefore.png?alt=media)

Above, the `File` **Attribute** has been highlighted for the **Svg Object**. This is where the user can select the appropriate file after activating the pop-up Menu.

![Svg Object after Adding Asset.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-58208eb601e42b9aa5a69bdf72c4fa26411cd988%2Fsvgafter.png?alt=media)

When the *.svg* file is selected, it is displayed in the viewport of the **Scene Outliner**.

## External Links

* Example Svg file from [Wikipedia.](https://mathstat.slu.edu/escher/index.php/File:P4m-sample.svg)
