From 3ed2ed96bcdc485dde204d45573bb54029f60eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Mon, 16 Mar 2026 08:13:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[fire-shutter]=20=E2=91=A0=20=EB=A7=88?= =?UTF-8?q?=EA=B0=90=EC=9E=AC=20=EC=BD=94=ED=82=B9=EB=A6=BD=20=EB=B2=BD?= =?UTF-8?q?=EC=97=B0=ED=98=95=EA=B9=8C=EC=A7=80=20=EC=97=B0=EC=9E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 코킹립: 고정 10mm → ④ 벽연형 좌측 웹까지 연장 - 끝과 끝이 연결되는 구조 반영 - 상/하단 마감재 모두 동일 적용 --- .../views/rd/fire-shutter-drawing/index.blade.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index 358ac403..74388200 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -1204,8 +1204,9 @@ function renderGrCross() { // ② 상단 플랜지 바로 위를 감싸는 형태 // ══════════════════════════════════════════ const tTop = by - t1; // ② 상단 플랜지 바로 위 - // (a) 좌측 코킹립 10mm: 수평 좌측 돌출 - P.push(``); + // (a) 좌측 코킹립: 벽 내면까지 연장 (끝과 끝 연결) + const lipEndX = w4x; // ④ 벽연형 좌측 웹까지 + P.push(``); // (b) 좌측 절곡탭 13mm: lip 우측 끝에서 아래로 P.push(``); // (c) 본체 수평부 120mm: bx에서 우측으로 @@ -1217,12 +1218,12 @@ function renderGrCross() { // ══════════════════════════════════════════ // ① 마감재 SUS 1.2T (빨간색) — 하단 장 - // 경로: 10←lip + 13↑tab + 120→body + 25↑ + 내부스텝(19← + 14↓ + 15←) + // 경로: lip(벽까지) + 13↑tab + 120→body + 25↑ + 내부스텝(19← + 14↓ + 15←) // ② 하단 플랜지 바로 아래를 감싸는 형태 // ══════════════════════════════════════════ const tBot = by + b2h; // ② 하단 플랜지 바로 아래 - // (a) 좌측 코킹립 10mm: 수평 좌측 돌출 - P.push(``); + // (a) 좌측 코킹립: 벽 내면까지 연장 + P.push(``); // (b) 좌측 절곡탭 13mm: lip 우측 끝에서 위로 P.push(``); // (c) 본체 수평부 120mm: bx에서 우측으로