이동시 spare 0.5 추가
This commit is contained in:
parent
4ce66733dd
commit
4bf90e7dfb
@ -1059,7 +1059,7 @@ export function useModule() {
|
||||
}
|
||||
|
||||
const isOutsideSurface = (module, moduleSetupSurface) => {
|
||||
return !checkModuleDisjointSurface(polygonToTurfPolygon(module, true), polygonToTurfPolygon(moduleSetupSurface, true))
|
||||
return !checkModuleDisjointSurface(polygonToTurfPolygon(module, true), polygonToTurfPolygon(moduleSetupSurface, true), 0.5)
|
||||
}
|
||||
|
||||
const getRowModules = (target) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user