# Vector

### Introduction

The **Vector Nodes** provide a means for the user to perform several actions on the many types of **Vector Objects**. These **Vector Objects** can be created in the **Scene Outliner Module** and include **Arc**, **Line**, **Label**, **Pie**, **Ellipse**, and **Rectangle**. **Vector Objects** correspond to *Vector Graphics Objects* and, in contrast with *Raster Graphics Objects*, they can have their **BackgroundColor**, **FillColor** (the inside color of an **Object**), and **StrokeWidth** (the outline, the line drawn around the **Object**) modified. For the differences between *Vector Graphics* and *Raster Graphics* see the link at the end.

### Contents

* [**Arc**](/incari-studio/2021.2/toolbox/incari/vector/arc.md)
  * [**Set ArcStart**](/incari-studio/2021.2/toolbox/incari/vector/arc/setarcstart.md)
  * [**Set ArcEnd**](/incari-studio/2021.2/toolbox/incari/vector/arc/setarcend.md)
  * [**Get ArcStart**](/incari-studio/2021.2/toolbox/incari/vector/arc/getarcstart.md)
  * [**Get ArcEnd**](/incari-studio/2021.2/toolbox/incari/vector/arc/getarcend.md)
* [**Label**](/incari-studio/2021.2/toolbox/incari/vector/label.md)
  * [**Get LabelText**](/incari-studio/2021.2/toolbox/incari/vector/label/getlabeltext.md)
* [**Line**](/incari-studio/2021.2/toolbox/incari/vector/line.md)
  * [**Set LineWidth**](/incari-studio/2021.2/toolbox/incari/vector/line/setlinewidth.md)
  * [**Get LineWidth**](/incari-studio/2021.2/toolbox/incari/vector/line/getlinewidth.md)
* [**Pie**](/incari-studio/2021.2/toolbox/incari/vector/pie.md)
  * [**Set PieStart**](/incari-studio/2021.2/toolbox/incari/vector/pie/setpiestart.md)
  * [**Set PieEnd**](/incari-studio/2021.2/toolbox/incari/vector/pie/setpieend.md)
  * [**Get PieStart**](/incari-studio/2021.2/toolbox/incari/vector/pie/getpiestart.md)
  * [**Get PieEnd**](/incari-studio/2021.2/toolbox/incari/vector/pie/getpieend.md)
* [**Rectangle**](/incari-studio/2021.2/toolbox/incari/vector/rectangle.md)
  * [**Set RectangleCorners**](/incari-studio/2021.2/toolbox/incari/vector/rectangle/setrectanglecorners.md)
  * [**Get RectangleCorners**](/incari-studio/2021.2/toolbox/incari/vector/rectangle/getrectanglecorners.md)
* [**Set BackgroundColor**](/incari-studio/2021.2/toolbox/incari/vector/setbackgroundcolor.md)
* [**Get BackgroundColor**](/incari-studio/2021.2/toolbox/incari/vector/getbackgroundcolor.md)
* [**Set FillColor**](/incari-studio/2021.2/toolbox/incari/vector/setfillcolor.md)
* [**Get FillColor**](/incari-studio/2021.2/toolbox/incari/vector/getfillcolor.md)
* [**Set StrokeWidth**](/incari-studio/2021.2/toolbox/incari/vector/setstrokewidth.md)
* [**Get StrokeWidth**](/incari-studio/2021.2/toolbox/incari/vector/getstrokewidth.md)

## External Links

* [*Vector Graphics vs. Raster Graphics*](https://en.wikipedia.org/wiki/Vector_graphics) on Wikipedia.


---

# 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/2021.2/toolbox/incari/vector.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.
