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

# Set Stroke Width

## Overview

![The Set Stroke Width Node.](/files/BfoeaR56xNwqWMiuFQ1f)

The **Set Stroke Width Node** sets the `Stroke` width of the inputted **Object** from a **Scene2D**.

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

## Attributes

![The Set Stroke Width Node Attributes.](/files/ykl7pndI52li47nkC3al)

| Attribute | Type      | Description                                                                                             |
| --------- | --------- | ------------------------------------------------------------------------------------------------------- |
| `Width`   | **Float** | The width to be set for the *2D* **Object's** `Stroke`, if one is not provided in the **Input Socket**. |

## 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 set.  |
| `Width`           | **Float**    | The desired `Stroke` width of the inputted *2D* **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. |

## See Also

* [**Get Stroke Width**](/incari-studio/toolbox/incari/object2d/getstrokewidth.md)
