# Cube

| Parameter     | Type    | Description                                                                                                             |
| ------------- | ------- | ----------------------------------------------------------------------------------------------------------------------- |
| Width         | Decimal | The distance from the left side of the cube to the right side of the cube in meters.                                    |
| Height        | Decimal | The distance from the top of the cube to the bottom of the cube in meters.                                              |
| Length        | Decimal | The distance from the front of the cube to the back of the cube in meters.                                              |
| Slotting Mode |         | <p>Perimeter - placing points on the perimeter of the cube.<br>Fill - filling the interior of the cube with points.</p> |

<figure><img src="/files/bcGaBo9LyE1J2cAwzJGm" alt="" width="352"><figcaption><p align="center"><sub><mark style="color:$info;">The inspector for a cube</mark></sub></p></figcaption></figure>

<figure><img src="/files/gSYZB25eQDaI12xNPGkA" alt="" width="233"><figcaption><p align="center"><sub><mark style="color:$info;">Cube being manipulated between perimeter and fill slotting method</mark></sub></p></figcaption></figure>


---

# 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.verge.aero/drone-show-software/verge-design-studio/scene-objects/cube.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.
