[1475] 플랜복사(다중지붕 복사안됨 - 단일지붕)
This commit is contained in:
parent
4a4a86e6b9
commit
89ae48d2fe
@ -470,7 +470,9 @@ export const skeletonBuilder = (roofId, canvas, textMode) => {
|
||||
|
||||
//마루이동
|
||||
if (moveFlowLine !== 0 || moveUpDown !== 0) {
|
||||
roofLineContactPoints = movingLineFromSkeleton(roofId, canvas)
|
||||
const movedPoints = movingLineFromSkeleton(roofId, canvas)
|
||||
roofLineContactPoints = movedPoints
|
||||
changRoofLinePoints = movedPoints
|
||||
}
|
||||
|
||||
// changRoofLinePoints 좌표를 roof.skeletonPoints에 저장 (원본 roof.points는 유지)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user