# 5.2. 파라미터 설정 (Enterprise parameter setting)

커스텀 가구는 파라미터의 설정에 따라 1:N개의 가구를 생성시킬 수 있는 시스템입니다.

반복적으로 사용되는 '변수'는 기업 변수(Enterprise Parameter)에 등록하여 사용할 수 있습니다.

{% stepper %}
{% step %}

## 파라메트릭 라이브러리 > 파라미터 라이브러리 진입

![](/files/cf830a9b979c685b3427a2d8cf853d038a560222)
{% endstep %}

{% step %}

## 제출 양식 작성

![](https://files.readme.io/d4a41afa9894731373b611c068ce45a3734dec60d1a6f76a77b9e1e4b279a2b1-_2026-01-05__4.21.34.png)

1. Display name : 변수를 사용자로부터 직접 입력을 받는 경우가 있는데 이때, 사용자에게 노출되는 이름을 의미한다.
2. Reference Name: 파라미터에 시스템내에서 불리게 될 변수의 이름이다.
3. Usage : 변수가 설정될 형태를 의미한다. 아키스케치 변수는 총 4가지의 변수 유형을 지원한다.
   1. Text : 변수의 값이 문자인경우 사용한다. (eg: 원홀 손잡이, 투홀 손잡이등)
   2. Number: 변수의 값이 숫자인 경우 사용한다. (eg: 폭 , 길이등)
   3. Text with image: 변수의 값이 문자인경우와 이를 표기하는 이미지, 라벨로 표기될 경우 사용한다.
   4. Materials : 변수의 값이 아키스케치내 재질 라이브러리에 등록된 재질인경우 사용한다.
4. Option type: 변수의 선택 형태를 의미한다. 아키스케치 옵션 유형은 Range / Candidate 가 존재한다.
   1. Usage 에 따라 선택 가능한 옵션 유형이 있다.(Materials는 range 선택 불가)
5. value: 변수의 값(들), 옵션 유형같은 경우, min / max 값을 설정할수 있다.
6. default value: 기본 값을 의미한다.
   {% endstep %}

{% step %}

## 제출 등록 완료

![](/files/d3d4e14eb07cdca3bc0cd03cf63cc293610952a9)
{% endstep %}
{% endstepper %}


---

# 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.archisketch.com/dev-guide/contents/custom-furniture/enterprise-parameter-setting.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.
