Merge pull request 'eaveHelpLine planSize 추가' (#605) from dev into dev-deploy

Reviewed-on: #605
This commit is contained in:
ysCha 2026-01-26 18:44:17 +09:00
commit f5d53a3c16

View File

@ -822,6 +822,7 @@ const createInnerLinesFromSkeleton = (roofId, canvas, skeleton, textMode) => {
type: 'eaveHelpLine',
isStart: true,
pitch: wallLine.attributes.pitch,
planeSize: calcLinePlaneSize({ x1: p1.x, y1: p1.y, x2: p2.x, y2: p2.y }),
actualSize: (isDiagonal) ? calcLineActualSize2(
{
x1: p1.x,