dxf: split into layer-key and block-partition workflows
This commit is contained in:
34
dxf/issues/MASTER-02-block-partition-report.md
Normal file
34
dxf/issues/MASTER-02-block-partition-report.md
Normal file
@@ -0,0 +1,34 @@
|
||||
## [MASTER] DXF 블록 추출 및 도면 분할 리포트
|
||||
|
||||
- label: `dxf`
|
||||
- type: master issue
|
||||
|
||||
### 배경
|
||||
|
||||
DXF 블록(`BLOCK`/`INSERT`) 정보를 추출해 도면을 블록 단위로 분할하고, 각 분할 영역의 정보를 사람이 확인 가능한 형태(JSON/HTML)로 제공한다.
|
||||
|
||||
### 목표
|
||||
|
||||
- 블록 정의/삽입 정보 파싱
|
||||
- 블록별 world bounds 계산
|
||||
- 분할 zone 키 지정 및 시각화
|
||||
|
||||
### 산출물
|
||||
|
||||
- `dxf/block_partition_report.mjs`
|
||||
- `dxf/block_partition_report.json`
|
||||
- `dxf/block_partition_report.html`
|
||||
- `dxf/issues/SUB-03-block-extraction-pipeline.md`
|
||||
- `dxf/issues/SUB-04-block-viewer-and-zone-info.md`
|
||||
|
||||
### 체크리스트
|
||||
|
||||
- [ ] `INSERT` 기준 블록 분할 데이터 생성
|
||||
- [ ] 회전/스케일 반영한 bounds 계산
|
||||
- [ ] zone 분할 키(`Z-RxCy`) 부여
|
||||
- [ ] HTML 뷰어에서 분할/목록 동시 확인
|
||||
|
||||
### 하위 이슈
|
||||
|
||||
- #SUB-03 블록 추출 파이프라인
|
||||
- #SUB-04 분할 뷰어 + zone 정보 UI
|
||||
Reference in New Issue
Block a user