# 2D 이미지 위의 입방체

직육면체는 본질적으로 3D 객체이지만, Mindkosh에서는 2D 이미지 위에 앞면과 뒷면이 다른 직육면체를 그릴 수 있습니다.

이렇게 하려면 먼저 작업을 생성할 때 직육면체 도구를 선택했는지 확인하세요. 주석 화면에서 직육면체 도구를 선택합니다.

<figure><img src="/files/3f4206cb4f557c4b9d0caf3dfe93f791c947c690" alt=""><figcaption></figcaption></figure>

그런 다음 직육면체를 다음을 그려서 만듭니다 *앞면* 객체의 면을 2D 경계 상자를 그리듯이 그립니다 - 단순히 면의 한쪽 모서리를 클릭하고 마우스를 반대쪽 모서리까지 드래그하세요.

<figure><img src="/files/b5424f4efddee4bf9b427803f68e2f4befcc19aa" alt=""><figcaption></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.mindkosh.com/ko/image-video-annotation/2d.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.
