dev #282

Merged
ysCha merged 3 commits from dev into dev-deploy 2025-08-08 16:40:11 +09:00
Showing only changes of commit bdef681898 - Show all commits

View File

@ -849,6 +849,7 @@ export const usePolygon = () => {
// polygonLine.need = false // polygonLine.need = false
innerLine.attributes.planeSize = innerLine.attributes.planeSize ?? polygonLine.attributes.planeSize innerLine.attributes.planeSize = innerLine.attributes.planeSize ?? polygonLine.attributes.planeSize
innerLine.attributes.actualSize = innerLine.attributes.actualSize ?? polygonLine.attributes.actualSize innerLine.attributes.actualSize = innerLine.attributes.actualSize ?? polygonLine.attributes.actualSize
innerLine.attributes.type = polygonLine.attributes.type
innerLine.direction = polygonLine.direction innerLine.direction = polygonLine.direction
innerLine.attributes.isStart = true innerLine.attributes.isStart = true
innerLine.parentLine = polygonLine innerLine.parentLine = polygonLine