모듈 최대 단 수
This commit is contained in:
parent
a11867a49d
commit
764d9f2475
@ -183,7 +183,7 @@ export const useTrestle = () => {
|
||||
|
||||
const vertical = ['south', 'north'].includes(direction) ? surface.trestleDetail.moduleIntvlVer : surface.trestleDetail.moduleIntvlHor
|
||||
|
||||
let mostRowsModule = 0 // 가장 많은 모듈의 줄 수
|
||||
let mostRowsModule = 0 // 모듈 최대 단 수
|
||||
// 가대 설치를 위한 가장 아래 모듈로부터 위로 몇단인지 계산
|
||||
// 오른쪽,왼쪽 둘 다 아래에 아무것도 없는, 처마 커버를 필요로 하는 모듈
|
||||
exposedBottomModules.forEach((module) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user