Compare commits

..

2 Commits

Author SHA1 Message Date
f5d53a3c16 Merge pull request 'eaveHelpLine planSize 추가' (#605) from dev into dev-deploy
Reviewed-on: #605
2026-01-26 18:44:17 +09:00
cd1e910668 eaveHelpLine planSize 추가 2026-01-26 15:14:28 +09:00

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,