> 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/2022.1/toolbox/incari/vector/arc/getarcend.md).

# Get ArcEnd

## Overview

![The Get ArcEnd Node.](/files/l7FYQsz2jKbCXPK8vJ7g)

The **Get ArcEnd Node** returns the ending *arc degree* of an **Arc Object**.

[**Scope**](/incari-studio/2022.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Get ArcEnd Node Attributes.](/files/PRxh8rHRjbVoW94uGix3)

| Attribute | Type         | Description            |
| --------- | ------------ | ---------------------- |
| `Object`  | **ObjectID** | The target **Object**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the target **Object**.                                      |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `ArcEnd`           | **Float** | The returned *arc degree* of the **Object**.                                                                                           |

## See Also

* [**Set ArcStart**](/incari-studio/2022.1/toolbox/incari/vector/arc/setarcstart.md)
* [**Set ArcEnd**](/incari-studio/2022.1/toolbox/incari/vector/arc/setarcend.md)
* [**Get ArcStart**](/incari-studio/2022.1/toolbox/incari/vector/arc/getarcstart.md)
