hipandgable 추가

This commit is contained in:
hyojun.choi 2025-07-29 17:09:33 +09:00
parent 37e50c14cc
commit 7e3820e6b1

View File

@ -1164,6 +1164,8 @@ export const usePolygon = () => {
if (startFlag && endFlag) {
if (!representLines.includes(line) && line.attributes.type === LINE_TYPE.WALLLINE.EAVES) {
representLines.push(line)
} else if (!representLines.includes(line) && line.attributes.type === LINE_TYPE.WALLLINE.HIPANDGABLE) {
representLines.push(line)
}
}
})