From febc2571998b7ad822f1ee4192bdcc1383455aff Mon Sep 17 00:00:00 2001 From: nalpari Date: Fri, 27 Sep 2024 15:11:29 +0900 Subject: [PATCH] feat: Add LINE_TYPE constants for wall lines and sublines --- docs/dictionary.txt | 26 ++++++++++++++++++++++++++ src/common/common.js | 19 +++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 docs/dictionary.txt diff --git a/docs/dictionary.txt b/docs/dictionary.txt new file mode 100644 index 00000000..cef0921e --- /dev/null +++ b/docs/dictionary.txt @@ -0,0 +1,26 @@ +지붕재: roofMaterial +할당: allocation +외벽선: WallLine +지붕선: roofLine +지붕면: roofSurface +회로번호: circuitNumber +흐름방향: flowDirection +가대: trestle +집계표: summaryTable +복도치수(입력치수): inputSize +실제치수: actualSize +테두리만: borderOnly +라인해치: lineHatching +문자글꼴: textFont +흐름방향글꼴 : flowDirectionFont +회로번호글꼴: circuitNumberFont +치수글꼴: sizeFont +출폭: offset +폭: width +경사(구배): pitch +이구배: doublePitch +소매: sleeve +개구: openSpace +도머: dormer +그림자: shadow + diff --git a/src/common/common.js b/src/common/common.js index 157a01b5..84cf60a3 100644 --- a/src/common/common.js +++ b/src/common/common.js @@ -50,6 +50,25 @@ export const Mode = { DEFAULT: 'default', } +export const LINE_TYPE = { + WALLLINE: { + /** + * 처마 / 캐라바 / 벽 / 팔작지붕 / 반절처 / 한쪽흐름 + */ + EAVES: 'eaves', + GABLE: 'gable', + WALL: 'wall', + HIPANDGABLE: 'hipAndGable', + JERKINHEAD: 'jerkinhead', + SHED: 'shed', + }, + SUBLINE: { + /** + * + */ + }, +} + export const LineType = { EAVES: 'eaves', // 처마 RIDGE: 'ridge', // 용마루....