# Ellipse

A simple geometry representation of an Ellipse.

| Parameter | Type             | Description                                                                    |
| --------- | ---------------- | ------------------------------------------------------------------------------ |
| Radius X  | Decimal (Meters) | The distance from the center to the outside of the ellipse in the X direction. |
| Radius Y  | Decimal          | The distance from the center to the outside of the ellipse in the Y direction. |
| Center X  | Decimal          | The location of the ellipse in the X direction relative to its anchor point.   |
| Center Y  | Decimal          | The location of the ellipse in the Y direction relative to its anchor point.   |

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

<figure><img src="/files/KxwNOb4r2UYyZQx4cGCv" alt=""><figcaption><p align="center"><sub><mark style="color:$info;">Ellipse height being manipulated between 1 and 2</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/ellipse.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.
