모듈 설치영역 생성 시 지붕재가 통일되는 현상 수정
This commit is contained in:
parent
95a1137cd9
commit
006cfa5329
@ -219,7 +219,7 @@ export function useModuleBasicSetting(tabNum) {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
let offsetLength = canvasSetting.roofSizeSet === '3' ? -30 : (trestleDetail.eaveIntvl / 10) * -1
|
let offsetLength = canvasSetting.roofSizeSet === '3' ? -30 : (trestleDetail.eaveIntvl / 10) * -1
|
||||||
setSurfaceShapePattern(roof, roofDisplay.column, true) //패턴 변경
|
setSurfaceShapePattern(roof, roofDisplay.column, true, roof.roofMaterial) //패턴 변경
|
||||||
const offsetPoints = offsetPolygon(roof.points, offsetLength) //안쪽 offset
|
const offsetPoints = offsetPolygon(roof.points, offsetLength) //안쪽 offset
|
||||||
//모듈설치영역?? 생성
|
//모듈설치영역?? 생성
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user