> 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/2022.1/toolbox/incari/object/is-object-3d.md).

# Is Object 3D

## Overview

![The Is Object 3D Node.](/files/etZ6QgDwzBOVcjN6odNQ)

The **Is Object 3D Node** returns a **Bool**, depending on whether the input **Object** is *3D* or not.

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

## Attributes

![The Is Object 3D Node Attributes.](/files/Cd70qgpW60ZrYrwR8Rdh)

| Attribute | Type         | Description                                                                         |
| --------- | ------------ | ----------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **Object** to be checked, if one is not provided in the `Object ID` **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 **Object** to be checked.                               |

## 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. |
| `3D`               | **Bool**  | Returns *true* if the **Object** is *3D*, *false* otherwise.                                                                           |

## See Also

* [**Bool**](/incari-studio/2022.1/objects-and-types/data-types/bool.md)
* [**Is Object 2D**](/incari-studio/2022.1/toolbox/incari/object/is-object-2d.md)
