Revit API Developer's Guide MD 변환본 추가 (368 페이지)

Revit 2026 공식 Developer's Guide HTML → MD 변환.
Output/revit-api-guide/에 8개 카테고리 폴더로 정리.
CLAUDE.md에 참조 규칙 추가, .gitignore에 .scratch/ 제외.

소스: help.autodesk.com/view/RVT/2026/ENU (CC BY-NC-SA 3.0)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
minsung
2026-04-14 17:33:42 +09:00
parent 3bd01e31c9
commit b4a8714793
370 changed files with 28908 additions and 0 deletions

View File

@@ -63,3 +63,19 @@ cimery 관련 작업 시작 시 `cimery-dev-guide.md`를 먼저 읽을 것. ADR
10. `index.md` 항목은 한 줄, 120자 이내.
각 폴더 세부 규칙은 해당 폴더의 `CLAUDE.md` 참조.
## 참조 자료: Revit API Developer's Guide
`Output/revit-api-guide/` — Revit 2026 공식 Developer's Guide 전체(368 페이지) MD 변환본. wiki 편입 전 단계.
**폴더 구조:**
- `Introduction/` — 기본 개념, Add-in 등록, Hello World
- `Basic Interaction with Revit Elements/` — Element, Parameter, Filter, Selection 핵심
- `Revit Geometric Elements/` — Geometry, Solid, Curve, Face, Transform
- `Discipline-Specific Functionality/` — Structures(구조), MEP, Architectural
- `Advanced Topics/` — Transaction, Dynamic Model Update, Events
- `Appendices/` — 코드 컨벤션, 기타
**참조 규칙:**
- cimery 개발 중 Revit API 개념 필요 시 `obsidian search:context query="..."` 또는 `Grep path="Output/revit-api-guide"` 로 검색.
- 자주 참조되는 페이지는 wiki/ 로 승격 (ingest-raw 아닌 수동 선별).