WINKEL_AS und WINKEL_ES hinzugefügt

This commit is contained in:
2026-08-31 13:53:41 +02:00
parent 2147f817fc
commit ddb5dfa0f5
4 changed files with 35 additions and 6 deletions
+4
View File
@@ -754,6 +754,8 @@
;; ARTINR fest 6220 (alle GF/VF). TYP-Wert wird zur Laufzeit gesetzt.
;; ID zuerst (global, jeder eingefuegte Baustein - Kreisel/GF/VF - erhaelt eine
;; neue ID), danach Bezeichnung (= Blockname). Hoehen/Delta mit Einheit _mm.
;; WINKEL_AS/WINKEL_ES: Elementwinkel (30/60/90, als String) des AS-/ES-
;; Elements, sofern eines gewaehlt wurde - sonst leer (kein AS/ES vorhanden).
(setq *strecke-attr-front*
'(("ID" "")
("Bezeichnung" "")
@@ -765,7 +767,9 @@
("DELTA_L_mm" "0")
("TYP" "Streckengruppe")
("SEITE_AS" "rechts")
("WINKEL_AS" "")
("SEITE_ES" "rechts")
("WINKEL_ES" "")
("ANZAHL_GF" "0")
("L_GF_m" "0.000")
("GF_WINKEL" "0.0")))