From 84d1ce3a70dab44f8eef955b5759f01785d8635e Mon Sep 17 00:00:00 2001 From: Johannes Baumeister Date: Mon, 11 May 2026 10:01:32 +0200 Subject: [PATCH] Refine Nordex geometry: AMF length 180m, swap side surfaces (NVM left, BLF right) --- app.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app.js b/app.js index 2ce719f..5f8d8ff 100644 --- a/app.js +++ b/app.js @@ -199,15 +199,16 @@ document.addEventListener('DOMContentLoaded', async () => { // Width Offset: Tower center is approx. 12.1m from one edge and 24.4m from the other (Total 36.5m) ksfCoords = [[-12.1, -5.5], [24.4, -5.5], [24.4, -65.15], [-12.1, -65.15], [-12.1, -5.5]]; - // AMF: 230.00m (L) x 15.00m (B). Centered on tower axis. - const amf = [[-7.5, -65.15], [7.5, -65.15], [7.5, -295.15], [-7.5, -295.15], [-7.5, -65.15]]; + // AMF: 180.00m (L) x 15.00m (B). Centered on tower axis. + const amf = [[-7.5, -65.15], [7.5, -65.15], [7.5, -245.15], [-7.5, -245.15], [-7.5, -65.15]]; - // NVM (Nabenvor-Montagefläche): 26,00m (L) x 10,50m (B). Attached to the wider side of KSF. - const nvm = [[24.4, -5.5], [34.9, -5.5], [34.9, -31.5], [24.4, -31.5], [24.4, -5.5]]; + // NVM (Nabenvor-Montagefläche): 26,00m (L) x 10,50m (B). + // Positioned on the LEFT side of the KSF (the 12.1m side). + const nvm = [[-12.1, -5.5], [-22.6, -5.5], [-22.6, -31.5], [-12.1, -31.5], [-12.1, -5.5]]; mfParts = [amf, nvm]; // BLF (Blattlagerfläche): 90,00m (L) x 15,00m (B). - // In the drawing, it starts next to the tower and KSF (side-mounted). + // Positioned on the RIGHT side of the KSF (the 24.4m side). blfCoords = [[24.4, -5.5], [39.4, -5.5], [39.4, -95.5], [24.4, -95.5], [24.4, -5.5]]; } else { // Enercon / Vestas / GE (Standard)