feat: Add LINE_TYPE constants for wall lines and sublines
This commit is contained in:
parent
592c076555
commit
febc257199
26
docs/dictionary.txt
Normal file
26
docs/dictionary.txt
Normal file
@ -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
|
||||||
|
|
||||||
@ -50,6 +50,25 @@ export const Mode = {
|
|||||||
DEFAULT: 'default',
|
DEFAULT: 'default',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const LINE_TYPE = {
|
||||||
|
WALLLINE: {
|
||||||
|
/**
|
||||||
|
* 처마 / 캐라바 / 벽 / 팔작지붕 / 반절처 / 한쪽흐름
|
||||||
|
*/
|
||||||
|
EAVES: 'eaves',
|
||||||
|
GABLE: 'gable',
|
||||||
|
WALL: 'wall',
|
||||||
|
HIPANDGABLE: 'hipAndGable',
|
||||||
|
JERKINHEAD: 'jerkinhead',
|
||||||
|
SHED: 'shed',
|
||||||
|
},
|
||||||
|
SUBLINE: {
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
export const LineType = {
|
export const LineType = {
|
||||||
EAVES: 'eaves', // 처마
|
EAVES: 'eaves', // 처마
|
||||||
RIDGE: 'ridge', // 용마루....
|
RIDGE: 'ridge', // 용마루....
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user