# Get Stroke Width

## Overview

![The Get Stroke Width Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-9c0920daad854b19d1f42fa8b168d073c5544d2d%2Fgetstrokewidthnode2d.png?alt=media)

The **Get Stroke Width Node** returns the `Stroke` width of the inputted **Object** from a **Scene2D**.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#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 ID of the *2D* **Object** that will have its `Stroke` width 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. |
| `Width`            | **Float** | The `Stroke` width of the inputted *2D* **Object**.                                                                                    |

## See Also

* [**Set Stroke Width**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object2d/setstrokewidth)
