# Is Object 3D

## Overview

![The Is Object 3D Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-32f984a0561e5cc097333e343f3d4b3296d45b4c%2Fisobject3dupdatedimage.png?alt=media)

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

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

## Attributes

![The Is Object 3D Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-1a61fe78b4df75f883e0c1aea85a915dbb7b4be1%2Fisobject3dattributes.png?alt=media)

| 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**](https://docs.incari.com/incari-studio/2022.1/objects-and-types/data-types/bool)
* [**Is Object 2D**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/object/is-object-2d)
