# Create Object

## Overview

![The Create Object Node.](/files/H0m5nfLaPEsJZa4OPpsW)

The **Create Object** **Node** creates [**Scene Objects**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/objects-and-types/scene-objects/README.md) of a chosen **Object Type**.

In the **Attributes**, the **Object Type** for the new **Object** can be chosen. The outputs are the **ObjectID** of the newly created **Object** and a **Bool** value indicating whether the creation of the **Object** was successful or not.

[**Scope**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/incari/overview.md#scopes): **Project**, **Scene**, **Function**.

## Attributes

### Object Type

| Attribute     | Type          | Description                                          |
| ------------- | ------------- | ---------------------------------------------------- |
| `Object Type` | **Drop-down** | The **Object Type** of the newly created **Object**. |

## Inputs

| Input             | Type         | Description                                                                    |
| ----------------- | ------------ | ------------------------------------------------------------------------------ |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.          |
| `Parent ID`       | **ObjectID** | **ObjectID** of a **Group** that the newly created **Object** will be part of. |
| `is 2D`           | **Bool**     | Whether the newly created **Object** will be *2D* or *3D*.                     |

## 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. |
| `Object ID`        | **ObjectID** | The unique generated **ObjectID** of the newly created **Object**.                                                                     |
| `Success`          | **Bool**     | Whether the operation of creating the desired **Object** was successful or not.                                                        |

## See Also

* [**Scene Objects**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/objects-and-types/scene-objects/README.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/toolbox/incari/object/create-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
