# Vector

## Vector

The **Vector Objects** in **Scene2Ds** implement some updated concepts in **Incari** which build upon the previous [**Vectors**](/incari-studio/2024.1/objects-and-types/scene2d-objects/vector2d.md) while incorporating functionalities seen in *Figma*. The purpose of this is to lend greater customizability to the user so that they are able to import *Figma* projects using the [**Figma Importer**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2024.1/modules/figma-importer.md) and continue making use of fills, strokes, masks, etc. in **Incari**.

It is important to note that since **2023.2**, the old **Vector Objects** no longer appear in **Incari Studio**. They are also deprecated, meaning that while they may appear in older **Projects**, they are not supported. However, the documentation for them remains under [**Vector (old)**](/incari-studio/2024.1/objects-and-types/scene2d-objects/vector2d.md).

For certain *Figma* objects, such as a *Star* or *Polygon*, **Incari** will import them as a **Vector**. These **Vectors** are uneditable and unchangeable and therefore do not have a separate category. This subcategory is not to be confused with the aforementioned old **Vector Objects** nor the current main category.

Additionally, while all **Vector Objects** have the option to add a `Video` to its `Fill` **Attribute**, it is also possible to drag a **Video** from the **Asset Manager** into the **Scene2D**. This will automatically create a **Rectangle** with the same name as the **Video** and the **Video** will already be added as a `Fill`.

## Contents

* [**Boolean Operation**](/incari-studio/2024.1/objects-and-types/scene2d-objects/figma/figmabooleanoperation.md)
* [**Ellipse**](/incari-studio/2024.1/objects-and-types/scene2d-objects/figma/figmaellipse.md)
* [**Line**](/incari-studio/2024.1/objects-and-types/scene2d-objects/figma/figmaline.md)
* [**Rectangle**](/incari-studio/2024.1/objects-and-types/scene2d-objects/figma/figmarectangle.md)
* [**Text**](/incari-studio/2024.1/objects-and-types/scene2d-objects/figma/figmatext.md)


---

# Agent Instructions: 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:

```
GET https://docs.incari.com/incari-studio/2024.1/objects-and-types/scene2d-objects/figma.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
