Refine Nordex geometry: AMF length 180m, swap side surfaces (NVM left, BLF right)
Deploy Bürgerwind / deploy (push) Successful in 17s
Details
Deploy Bürgerwind / deploy (push) Successful in 17s
Details
This commit is contained in:
parent
93a953d63b
commit
84d1ce3a70
11
app.js
11
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)
|
// 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]];
|
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.
|
// AMF: 180.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]];
|
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.
|
// NVM (Nabenvor-Montagefläche): 26,00m (L) x 10,50m (B).
|
||||||
const nvm = [[24.4, -5.5], [34.9, -5.5], [34.9, -31.5], [24.4, -31.5], [24.4, -5.5]];
|
// 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];
|
mfParts = [amf, nvm];
|
||||||
|
|
||||||
// BLF (Blattlagerfläche): 90,00m (L) x 15,00m (B).
|
// 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]];
|
blfCoords = [[24.4, -5.5], [39.4, -5.5], [39.4, -95.5], [24.4, -95.5], [24.4, -5.5]];
|
||||||
} else {
|
} else {
|
||||||
// Enercon / Vestas / GE (Standard)
|
// Enercon / Vestas / GE (Standard)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue