# Get RectangleCorners

## Overview

![The Get RectangleCorners Node.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-0cfed91f98dbcad8bd8def79a7008bc6c9181170%2Fgetrectanglecornersnode20241.png?alt=media)

The **Get RectangleCorners Node** returns the **Corners** of a **Rectangle Object** created in the **Scene Outliner Module** under **Vector**. **Corners** are **Vector2** type **Variables**.

[**Scope**](https://docs.incari.com/incari-studio/2024.1/overview#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Get RectangleCorners Node Attributes.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-cb0dc4e367503874d520e8564da6ab03d78e16c3%2Fnode-get-rectanglecorners-attr.png?alt=media)

| 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. |
| `RectangleCorners` | **Vector2** | The **RectangleCorners** of the target **Object**.                                                                                     |

## See Also

* [**Set RectangleCorners**](https://docs.incari.com/incari-studio/2024.1/toolbox/incari/vector/rectangle/setrectanglecorners)
