> For the complete documentation index, see [llms.txt](https://windows.help.formit.autodesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.help.formit.autodesk.com/ko/plugins/example-1/generate-string-lights.md).

# 스트링 조명 생성

*이 장에서는 FormIt에서 제공되는 플러그인 중 일부를 샘플링하여* ***Encode Campus Sample Model.axm**을 개선합니다. 아직 다운로드하지 않은 경우* [*FormIt Primer 2부 데이터세트*](https://formit-help.s3.amazonaws.com/FormIt+Primer+Part+2+Datasets.zip)에서 다운로드할 수 있습니다.

*이 깔끔한 플러그인을 사용하면 선 또는 곡선을 기반으로 모델에 매달린 조명을 신속하게 추가할 수 있습니다.*

1 - 새 조명을 추가하기 전에 모델에서 미리 만든 장면을 사용하여 의도한 결과를 얻었는지 확인해 보겠습니다.

1. 기존 스트링 조명이 포함된 장면으로 이동하려면 **장면 팔레트**를 열고 **눈 높이 - 짧은 골목**이라는 장면을 두 번 클릭합니다.
2. 이 모델에 제공된 스트링 조명이 있는데, 다른 곳에 다시 작성해 보겠습니다.
3. **레이어 팔레트**에서 **도우미 형상** 레이어를 켜면 스트링 조명을 생성하는 데 사용된 원래 선을 확인할 수 있습니다.

![](/files/yjO5Ru8SWz0ootbtk7et)

2 - 이제 다른 골목으로 이동하여 조명을 추가하겠습니다. **장면 팔레트**에서 **눈 높이 - 긴 골목** 장면을 엽니다. 이 골목에는 아직 스트링 조명이 없습니다.

3 - 새 스트링 조명을 작성하려면 다음을 수행합니다.

1. 스트링 조명 아이콘을 클릭하여 새로 설치된 **스트링 조명 생성 팔레트**를 엽니다. 기본적으로 새 플러그인에 대한 아이콘이 하단에 나타납니다.
2. **설비 수** 옵션을 **10**으로 변경합니다.
3. 도우미 선 중 하나를 두 번 클릭하여 미리 작성한 **스트링 조명 - 긴 골목** 그룹을 편집합니다. 그런 다음 미리 그려진 도우미 선 중 하나를 한 번 클릭하여 선택합니다.
4. 플러그인 팔레트 내에서 **스트링 조명 생성** 버튼을 클릭하면 새 조명 스트링이 나타납니다. 각 스트링 조명은 고유한 그룹으로 작성됩니다.

![](/files/8rmWjoa55i4Si74Dpsqt)

***주:*** *스트링 조명 플러그인은 간판 아래로 현실감 있게 늘어진 현수선을 만들기 때문에 일부 선이 'Groove Coffee' 간판을 통과해도 괜찮습니다.*

4 - 미리 만들어진 다른 도우미 선을 사용하거나 자체 도우미 선 몇 개를 작성하여 스트링 조명을 더 작성해 보십시오. 플러그인의 설정을 이것 저것 적용해 보면서 달라지는 결과를 확인해 보십시오.

5 - 모델을 깔끔하게 정리할 수 있도록 작업을 마치면 모든 도우미 선을 그룹화하고 해당 그룹을 **도우미 형상** 레이어에 배치하는 것이 좋으며, 모든 스트링 조명 그룹은 **컨텍스트 - 실외 조명** 레이어에 할당하는 것이 좋습니다. 이렇게 하면 도우미 선을 표시하고 싶지 않은 모든 '눈 수준' 장면에서 도우미 선이 표시되지 않습니다. 작업이 끝나면 다음 스크린샷과 같은 결과가 나타납니다.

![](/files/eVYmltCl1WuKx2JGyMCi)

***주:*** ***특성 팔레트**를 통해 업데이트 및 재생성할 수 있는 Dynamo 스크립트에서 작성된 형상과 달리, 플러그인으로 작성된 객체는 (대부분의 부품에서) 일반적인 FormIt 형상입니다. 작성한 후에는 FormIt에 내장된 모델링 도구를 사용한 경우에만 편집할 수 있습니다.*


---

# 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://windows.help.formit.autodesk.com/ko/plugins/example-1/generate-string-lights.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.
