# 유용한 패키지

Dynamo 패키지는 Dynamo의 핵심 기능을 확장하기 위해 타사에서 개발한 도구 세트입니다. 누구나 액세스할 수 있으며 한 번의 버튼 클릭으로 다운로드할 수 있습니다.

{% hint style="info" %}
패키지를 시작하는 방법에 대한 자세한 내용은 [패키지](/ko/6_custom_nodes_and_packages/6-2_packages.md) 섹션을 참조하십시오.
{% endhint %}

다음은 Dynamo for Civil 3D 그래프를 한 단계 높은 수준으로 끌어올릴 수 있는 가장 인기 있는 패키지 리스트입니다.

## Civil 3D 도구 키트

*Civil 3D 도구 키트* 는 대규모의 추가 노드 인벤토리를 통해 Dynamo의 기능을 크게 개선하는 Dynamo for Civil 3D 패키지입니다.

#### 피드백

[Civil 3D 도구 키트 피드백 스레드](https://forum.dynamobim.com/t/civil-3d-toolkit-feedback-thread/43570)

#### 관련 Autodesk University 강좌

[Civil 3D 도구 키트로 Dynamo 그래프 강화 | Autodesk University](https://www.autodesk.com/autodesk-university/class/Supercharge-Your-Dynamo-Graph-Civil-3D-Toolkit-2020)

## 캠버

캠버는 레이블, 외부 참조, 데이터 바로 가기, 스타일 등으로 작업할 수 있는 수백 개의 노드가 포함된 오픈 소스 Dynamo for Civil 3D 패키지입니다.

#### 피드백

[캠버 피드백 스레드](https://forum.dynamobim.com/t/camber-feedback-thread/68942)

#### 소스 코드

{% embed url="<https://github.com/mzjensen/Camber>" %}

## CivilConnection

*CivilConnection* 은 Civil 3D, Dynamo 및 Revit 간에 정보를 교환할 수 있는 오픈 소스 Revit용 Dynamo 패키지입니다.

#### 관련 Autodesk University 강좌

[Civil 3D, Revit 및 Dynamo CivilConnection을 사용한 선형 구조 계산 모델링 | Autodesk University](https://www.autodesk.com/autodesk-university/class/Computational-modeling-linear-structure-Civil-3D-Revit-Dynamo-CivilConnection-2019)

[교량 상세 설계 2.0: Civil 3D, Revit 및 Dynamo를 사용한 계산 모델링 기법 | Autodesk University](https://www.autodesk.com/autodesk-university/class/Bridge-Detailing-20-Computational-modelling-methods-using-Civil-3D-Revit-Dynamo-2019)

[파라메트릭 모델링과 Universal TBM 링 배치 자동화 | Autodesk University](https://www.autodesk.com/autodesk-university/class/Parametric-modeling-and-automating-placement-Universal-TBM-Rings-2021)

#### 소스 코드

{% embed url="<https://github.com/Autodesk/civilconnection>" %}

## Arkance Systems 노드

Arkance Systems 노드는 치수, 테이블, 뷰, 드릴 제어 등의 작업에 유용하고 노드가 다수 포함된 Dynamo for Civil 3D 패키지입니다.

#### 피드백

[Arkance Systems 노드 라이브러리 피드백 스레드](https://forum.dynamobim.com/t/arkance-systems-node-library-feedback-thread/75681)

#### 설명서

{% embed url="<https://blog.huiz.net/arkance-systems-node-library-for-civil-3d-dynamo/>" %}


---

# 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://primer2.dynamobim.org/ko/dynamo-for-civil-3d/useful-packages.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.
