wall이 있는 roof인 경우 roofMaterial 세팅 제외

This commit is contained in:
hyojun.choi 2025-08-28 15:19:59 +09:00
parent a55fca439c
commit 3d67e5eec8

View File

@ -27,6 +27,9 @@ export function useRoofFn() {
if (!polygon) {
return
}
if (polygon.wall) {
return
}
if (polygon.points.length < 3) {
return
}