# Arc

## Introduction

The **Arc Nodes** provide a means for a user to perform several adjustments on already created **Arc** or **Arc2D** **Objects**. An **Arc**/**Arc2D** is a type of **Vector**/**Vector2D Object** found in the **Scene Outliner Module** and is essentially the section of a circle or an ellipse.

## Contents

* [**Set ArcStart**](/incari-studio/2021.5/toolbox/incari/vector/arc/setarcstart.md)
* [**Get ArcStart**](/incari-studio/2021.5/toolbox/incari/vector/arc/getarcstart.md)
* [**Set ArcEnd**](/incari-studio/2021.5/toolbox/incari/vector/arc/setarcend.md)
* [**Get ArcEnd**](/incari-studio/2021.5/toolbox/incari/vector/arc/getarcend.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/2021.5/toolbox/incari/vector/arc.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.
