Routine um Attribute in jedem Omniflo .dxf File zu setzen.
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# ============================================================
|
||||
# attradd.cfg - Attribut-Konfiguration fuer Omniflo DXF-Elemente
|
||||
#
|
||||
# Format:
|
||||
# [ABSCHNITT] Elementtyp (bogen / weiche)
|
||||
# TAG = QUELLE QUELLE ist entweder:
|
||||
# - ein JSON-Feldname (wird aus omniflo_*.json gelesen)
|
||||
# - ein fester Wert in Anfuehrungszeichen: "fester Text"
|
||||
# - ein Platzhalter: {layer}, {sivasnr}
|
||||
#
|
||||
# Verfuegbare Platzhalter:
|
||||
# {sivasnr} SivasNr des Elements (= DXF-Dateiname)
|
||||
# {layer} Ziel-Layer (aus dieser Config)
|
||||
# {profiltyp} ProfilTyp aus JSON
|
||||
#
|
||||
# Hinweis:
|
||||
# Zeilen mit # sind Kommentare. Leerzeilen werden ignoriert.
|
||||
# ============================================================
|
||||
|
||||
[bogen]
|
||||
BESCHR = ProfilTyp
|
||||
ARTINR = Sivasnr
|
||||
TEILEART = "Omniflo Kurve"
|
||||
LAYER = "A-OF-Bogen"
|
||||
RADIUS = Radius
|
||||
WINKEL = KurvenWinkel
|
||||
SIVASNR_TEF = SivasnrTEF
|
||||
|
||||
[weiche]
|
||||
BESCHR = ProfilTyp
|
||||
ARTINR = Sivasnr
|
||||
TEILEART = "Omniflo Weiche"
|
||||
LAYER = "A-OF-Weiche"
|
||||
WEICHENTYP = WeichenTyp
|
||||
WINKEL = KurvenWinkel
|
||||
RADIUS = Breite
|
||||
SIVASNR_TEF = SivasnrTEF
|
||||
Reference in New Issue
Block a user