From eac017f343a4e0b075ddc2f91e4fd4e49863c263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 14 Mar 2026 17:09:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[fire-shutter]=20=EA=B0=80=EC=9D=B4?= =?UTF-8?q?=EB=93=9C=EB=A0=88=EC=9D=BC=20=EB=B2=BD=EB=A9=B4=EC=97=90?= =?UTF-8?q?=EC=84=9C=2020mm=20=EC=8A=AC=EB=9E=AB=20=EB=B0=A9=ED=96=A5=20?= =?UTF-8?q?=EC=9D=B4=EA=B2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 레일이 벽면에 들어간 형태 → 20mm 이격하여 벽면 위에 배치 --- resources/views/rd/fire-shutter-drawing/index.blade.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index d7076d6e..f7db7930 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -2366,9 +2366,10 @@ function createRailGroup() { // Left: Ry(+PI/2) → x'=z → 립(z=10)→x'=+10(중심), 백월(z=-81.55)→x'=-81.55(벽) // Right: Ry(-PI/2) → x'=-z → 립(z=10)→x'=-10(중심), 백월(z=-81.55)→x'=+81.55(벽) - // 레일 백월을 브라켓 벽면(±W1/2)에 정렬 + // 레일 백월을 벽면에서 20mm 슬랫 방향으로 이격 const railDepth = g.sideWall + rt; // 81.55mm - const railPosX = W1 / 2 - railDepth; // wrapper X 위치 + const railOffset = 20; // 벽면에서 슬랫 방향 이격 거리 + const railPosX = W1 / 2 - railDepth - railOffset; // wrapper X 위치 // Left rail — Ry(+PI/2): 립→+X(중심), 백월→-X(벽=-W1/2) // Z방향: z'=-x(원본), 폭 0→70이 z' 0→-70으로 매핑