> 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)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.incari.com/incari-studio/objects-and-types/scene2d-objects/vector2d.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
