> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/enterprise/parametric-library/modeling-library.md).

# 모델링 라이브러리

부품이 사용하는 모델링 소스는 모델링 라이브러리에서 관리할 수 있습니다.

## 모델링 조회

설계 가구 라이브러리 > 모델링 라이브러리에서 모델링 목록을 확인할 수 있습니다.

<figure><img src="/files/p9ILy1wa8V7eqrZla09X" alt=""><figcaption></figcaption></figure>

모델링 렌더링이 완료되면 모델링 렌더샷과 모델링 정보를 확인할 수 있습니다.

<figure><img src="/files/qmYD7qVlW7CfMvCSNeii" alt=""><figcaption></figcaption></figure>

## 모델링 생성

우측 상단 \[모델링 생성] 버튼을 클릭 후 모델링 파일을 업로드하여 모델링을 생성할 수 있습니다.

<figure><img src="/files/pOBV5kdxfDgsEuuurhAJ" alt=""><figcaption></figcaption></figure>

혹은 부품 라이브러리에서 부품 생성 시 모델링을 업로드하여 생성하면 부품 생성과 동시에 모델링도 모델링 라이브러리에 생성됩니다.

## 모델링 삭제

모델링 목록에서 우측 메뉴 버튼을 클릭하고 \[삭제] 버튼을 클릭해 모델링을 삭제할 수 있습니다.

<figure><img src="/files/nKdsCFRepJeMBSpx4IhU" alt=""><figcaption></figcaption></figure>

## 모델링 수정

### 모델링 파일 변경

모델링 상세 페이지 > 원본 파일 변경에서 두가지 방법으로 모델링 파일을 수정할 수 있습니다.

* 파일 업로드: 로컬 파일을 업로드해 파일을 변경
* 기존 모델링 파일을 이펙터(Effector)에서 수정하여 반영

<figure><img src="/files/ToRsMk1z9o95RpSAMELe" alt=""><figcaption></figcaption></figure>

### 모델링 정보 변경

모델링 상세 페이지 우측 상단 \[수정] 버튼을 클릭해 모델링 이름을 변경할 수 있습니다.

<figure><img src="/files/Fy3eoQieS9NSJlUrKFWp" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.archisketch.com/guide/enterprise/parametric-library/modeling-library.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
