> 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/object2d/getstrokewidth.md).

# Get Stroke Width

## Overview

![The Get Stroke Width Node.](/files/tNM8hATh0bkDTNm5Q0oL)

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

[**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 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**](/incari-studio/toolbox/incari/object2d/setstrokewidth.md)
