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