wall이 있는 roof인 경우 roofMaterial 세팅 제외
This commit is contained in:
parent
a55fca439c
commit
3d67e5eec8
@ -27,6 +27,9 @@ export function useRoofFn() {
|
|||||||
if (!polygon) {
|
if (!polygon) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if (polygon.wall) {
|
||||||
|
return
|
||||||
|
}
|
||||||
if (polygon.points.length < 3) {
|
if (polygon.points.length < 3) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user