> 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/toolbox/incari/object/get-ellipse-start-angle.md).

# Get Ellipse Start Angle

## Overview

![The Get Ellipse Start Angle Node.](/files/iXawqWTC0CF9Ovajllzh)

The **Get Ellipse Start Angle Node** returns the `Start Angle` of an [**Ellipse**](/incari-studio/objects-and-types/scene2d-objects/figma/figmaellipse.md).

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

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Ellipse Object** whose `Start Angle` will be returned.          |

## 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. |
| `Start Angle`      | **Float** | The returned value of the `Start Angle`, representing degrees.                                                                         |

## See Also

* [**Get Ellipse Arc Sector**](/incari-studio/toolbox/incari/object/get-ellipse-arc-sector.md)
* [**Get Inner Radius**](/incari-studio/toolbox/incari/object/get-inner-radius.md)
* [**Set Ellipse Arc Sector**](/incari-studio/toolbox/incari/object/set-ellipse-arc-sector.md)
* [**Set Ellipse Start Angle**](/incari-studio/toolbox/incari/object/set-ellipse-start-angle.md)
* [**Set Inner Radius**](/incari-studio/toolbox/incari/object/set-inner-radius.md)
