From 2fcb7438e16507fcc70ac2f922fbe4d7d7602656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 15 Mar 2026 12:55:30 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20[fire-shutter]=20=EB=B0=91=EB=A9=B4=20?= =?UTF-8?q?=EC=A0=90=EA=B2=80=EA=B5=AC=20=EC=A0=88=EA=B3=A1=ED=8C=90=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=8C=8C=EC=9D=BC=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 기존 단순 rect+스크류탭 → 5세그먼트 절곡판 프로파일 - 17mm 플랜지─13mm 스텝─본체─13mm 스텝─17mm 플랜지 - 양쪽 플랜지가 리시빙 구조물 위에 올라가는 트레이 형태 - 린텔과 결합되는 구조 표현 --- .../rd/fire-shutter-drawing/index.blade.php | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index d490ead0..b8baeacc 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -1351,24 +1351,24 @@ function renderSbSide() { 후면 점검구 - - - - - - + ${(() => { - const y = oy+sH-vt/2; - const lx = ox+sbFrontW+vt*0.25, rx = ox+sbFrontW+sbDoorW-vt*0.25; - const r = Math.max(2.5, vt*0.25); - const screwCol = '#dc2626'; + // 트레이 형태: 17mm 플랜지─13mm 스텝─본체─13mm 스텝─17mm 플랜지 + const dx = ox + sbFrontW; // 점검구 좌측 가장자리 + const dy = oy + sH; // 밑면 레벨 + const dw = sbDoorW; // 점검구 폭 + const df17 = f17, df13 = f13; // 플랜지 17mm, 스텝 13mm return ` - - - - - - + + + + + + + + + + `; })()}