# Vector

### Introduction

The **Vector Nodes** provide a means for the user to perform several actions on the many types of **Vector** and **Vector2D Objects**. These **Objects** can be created in the **Scene Outliner Module** and include **Arc**/**Arc2D**, **Line**/**Line2D**, **Pie**/**Pie2D**, **Ellipse**/**Ellipse2D**, and **Rectangle**/**Rectangle2D**. **2D/3D** **Label Objects** also fall under this category of **Nodes**. **Vector**/**Vector2D 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/toolbox/incari/vector/arc.md)
  * [**Get ArcEnd**](/incari-studio/toolbox/incari/vector/arc/getarcend.md)
  * [**Get ArcStart**](/incari-studio/toolbox/incari/vector/arc/getarcstart.md)
  * [**Set ArcEnd**](/incari-studio/toolbox/incari/vector/arc/setarcend.md)
  * [**Set ArcStart**](/incari-studio/toolbox/incari/vector/arc/setarcstart.md)
* [**Get FillColor**](/incari-studio/toolbox/incari/vector/getfillcolor.md)
* [**Get StrokeWidth**](/incari-studio/toolbox/incari/vector/getstrokewidth.md)
* [**Line**](/incari-studio/toolbox/incari/vector/line.md)
  * [**Get LineWidth**](/incari-studio/toolbox/incari/vector/line/getlinewidth.md)
  * [**Set LineWidth**](/incari-studio/toolbox/incari/vector/line/setlinewidth.md)
* [**Pie**](/incari-studio/toolbox/incari/vector/pie.md)
  * [**Get PieEnd**](/incari-studio/toolbox/incari/vector/pie/getpieend.md)
  * [**Get PieStart**](/incari-studio/toolbox/incari/vector/pie/getpiestart.md)
  * [**Set PieEnd**](/incari-studio/toolbox/incari/vector/pie/setpieend.md)
  * [**Set PieStart**](/incari-studio/toolbox/incari/vector/pie/setpiestart.md)
* [**Rectangle**](/incari-studio/toolbox/incari/vector/rectangle.md)
  * [**Get RectangleCorners**](/incari-studio/toolbox/incari/vector/rectangle/getrectanglecorners.md)
  * [**Set RectangleCorners**](/incari-studio/toolbox/incari/vector/rectangle/setrectanglecorners.md)
* [**Set FillColor**](/incari-studio/toolbox/incari/vector/setfillcolor.md)
* [**Set StrokeWidth**](/incari-studio/toolbox/incari/vector/setstrokewidth.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/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.
