From 1b2c6b6b21e9ca27accb6889c9333dcc1b549cdd Mon Sep 17 00:00:00 2001 From: Simon Schmutzler Date: Fri, 9 Feb 2024 11:57:21 +0100 Subject: [PATCH] =?UTF-8?q?BTMTEntladung=20implementiert;=20Tempor=C3=A4re?= =?UTF-8?q?=20Session=20Dateien=20entfernt=20SSG/Shapes=20und=20SSG/Props?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SSG/shapes/img/BTMTEntladung_32.png | Bin 0 -> 726 bytes .../SSG/shapes/img/BTMTEntladung_64.png | Bin 0 -> 1444 bytes .../SSG/shapes/palettes/c_Parts.xml | 2 + .../SSG/shapes/palettes/c_Zusatzmodul.xml | 1 + Editor2DLibrary/SSG/shapes/props/BG_Shape.txt | 6 - .../SSG/shapes/props/BTMTBeladung_Links.txt | 33 -- .../SSG/shapes/props/BTMTBeladung_Rechts.txt | 33 -- .../SSG/shapes/props/Background.txt | 13 - .../SSG/shapes/props/Eckrad_Rechts.txt | 235 -------------- .../SSG/shapes/props/Eckrad_links.txt | 235 -------------- .../SSG/shapes/props/a_Kreisel.txt | 9 - .../SSG/shapes/props/connectionPoint.txt | 21 -- Editor2DLibrary/SSG/shapes/props/origin.txt | 12 - .../SSG/shapes/props/originCustom.txt | 13 - Editor2DLibrary/SSG/shapes/props/s35.txt | 67 ---- Editor2DLibrary/SSG/shapes/props/s36.txt | 66 ---- Editor2DLibrary/SSG/shapes/props/s38.txt | 67 ---- Editor2DLibrary/SSG/shapes/props/s40.txt | 56 ---- Editor2DLibrary/SSG/shapes/props/s45.txt | 179 ----------- Editor2DLibrary/SSG/shapes/props/s45r.txt | 11 - Editor2DLibrary/SSG/shapes/props/s46l.txt | 11 - Editor2DLibrary/SSG/shapes/props/s47.txt | 5 - Editor2DLibrary/SSG/shapes/props/s47r.txt | 11 - Editor2DLibrary/SSG/shapes/props/s48.txt | 5 - Editor2DLibrary/SSG/shapes/props/s48l.txt | 11 - Editor2DLibrary/SSG/shapes/props/s66.txt | 5 - .../SSG/shapes/props/s_BTMTBeladung.txt | 33 -- Editor2DLibrary/SSG/shapes/props/s_ETF.txt | 5 - Editor2DLibrary/SSG/shapes/props/s_Eckrad.txt | 241 --------------- .../SSG/shapes/props/s_Gefaellestrecke.txt | 54 ---- .../SSG/shapes/props/s_Kreisel.txt | 13 - .../SSG/shapes/props/s_Kreisel1.txt | 11 - .../shapes/props/s_Kreisel_mit_Pinband.txt | 5 - .../SSG/shapes/props/s_Kurve_90.txt | 49 --- .../SSG/shapes/props/s_Motorstation.txt | 11 - .../SSG/shapes/props/s_Motorstation_links.txt | 11 - .../shapes/props/s_Motorstation_rechts.txt | 11 - .../SSG/shapes/props/s_PinBand.txt | 11 - .../SSG/shapes/props/s_Spannstation.txt | 11 - .../SSG/shapes/props/s_Spannstation_links.txt | 11 - .../shapes/props/s_Spannstation_rechts.txt | 11 - .../SSG/shapes/props/s_StandardBand.txt | 11 - Editor2DLibrary/SSG/shapes/props/s_TEF.txt | 5 - .../SSG/shapes/props/s_weiche_aktiv.txt | 32 -- .../SSG/shapes/props/s_weiche_passiv.txt | 32 -- .../SSG/shapes/props/smart-line-hub.txt | 7 - Editor2DLibrary/SSG/shapes/props/text.txt | 9 - .../SSG/shapes/svg/BTMTEntladung_Links.xml | 42 +++ .../SSG/shapes/svg/BTMTEntladung_Rechts.xml | 38 +++ .../SSG/shapes/svg/s_BTMTEntladung.xml | 44 +++ MAIN_SSG.rdx | 287 +++++++++++++++++- 51 files changed, 409 insertions(+), 1693 deletions(-) create mode 100644 Editor2DLibrary/SSG/shapes/img/BTMTEntladung_32.png create mode 100644 Editor2DLibrary/SSG/shapes/img/BTMTEntladung_64.png delete mode 100644 Editor2DLibrary/SSG/shapes/props/BG_Shape.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Links.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Rechts.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/Background.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/Eckrad_Rechts.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/Eckrad_links.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/a_Kreisel.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/connectionPoint.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/origin.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/originCustom.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s35.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s36.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s38.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s40.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s45.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s45r.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s46l.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s47.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s47r.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s48.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s48l.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s66.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_BTMTBeladung.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_ETF.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Eckrad.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Gefaellestrecke.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kreisel.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kreisel1.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kreisel_mit_Pinband.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kurve_90.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Motorstation.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Motorstation_links.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Motorstation_rechts.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_PinBand.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Spannstation.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Spannstation_links.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_Spannstation_rechts.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_StandardBand.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_TEF.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_weiche_aktiv.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/s_weiche_passiv.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/smart-line-hub.txt delete mode 100644 Editor2DLibrary/SSG/shapes/props/text.txt create mode 100644 Editor2DLibrary/SSG/shapes/svg/BTMTEntladung_Links.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/BTMTEntladung_Rechts.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/s_BTMTEntladung.xml diff --git a/Editor2DLibrary/SSG/shapes/img/BTMTEntladung_32.png b/Editor2DLibrary/SSG/shapes/img/BTMTEntladung_32.png new file mode 100644 index 0000000000000000000000000000000000000000..fe2c0c22f292988fdc8ea25462942efeec84185e GIT binary patch literal 726 zcmV;{0xA88P)pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H10%J); zK~zYI#nnMb(_t9L@$Wx08)LX!FwjF6U5g4_(IO#=Xq9eZhYZWiZaEymE*=tPRF^<7 z3`)#Z9f~ZP5ZkcY+|wa~a!a;_uRr)--k10JJUsA!UyZ-> z!DuvAYMO?MBoYZqRxi%Z&SEealr-RQIM}2_S|eE#_@4xWL88%U*1Ex9z~}Q}wOX_G za!w!~kJH)NnKztHr*XMlL?U4<+bXiYL^6)Yn8=LAe96W!h2dE@o<_3YlWi=m-G zM1-lSX)>7%sZ^T9#YNJo6v<>V{|0_Hkq_R`(12}64Z1!+EEeNj^92?bqL|HQG)==| zu~1c2h2QTltbu%Rx7$sPt(wu%5$5Jz)6&w$0jHDU;gP)S6!jN~2wh!WL_dC}sp$;& z2X)-;MtmI|^!D}^RIA_#hzLDBJxqN04i6$+Zmq*ehKFNg*zNX0%VjqZ4u>f#EBhy| z>pIWAl|tV*TyJNe-GO1!iuyu_y4(d)+(>D$`yfCT12O>bG zAi0QWz-{V|3z39ys#SnTKpF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H11u;oP zK~!jg?V5c|l~o+aKcIjQm2nd)p-Fe>*20#$!O}_>5!N)g0#^)VaFG{bHWABB#rZa; zdD)niz0A>~EuCo#(EbXED4DA!FCiepSPpWNBrhNYUhe6SC%FTSUBu@(|TcP{cE z0kQ?i=0O5v3y{sYtH4+)Dk?AhQ`K55)u+9D0q+bjCB)k-`vzpLqo&8Pk^E*SgqCx3z`Vc&CQt2 zW(o@nu%xAq`mU?1i@v@a^!D~JJnR6}om@vpCs(dqp|i7-&W=C0c(H}n)>fDMoX|Z$ zOIli5h>wrw;KBX3nLl>yIB##rMF_{JxS}Zd`S}qL5I|5+5W&Gu6BV_5LbG&AB%rOW zjkvft4jkA=W>&^X+-|qCd)HnLAO4u);$jvpT6E9*mY#sNwl+*A6Z`huN zH_1sUT)NasRaF%RgF%!2rS1dT+uMnWi6MW-HnMZFM&fmKb-cLvWgHGcWo4yi=0Rct zE?>S(baXWNJGPORmpc+ae*6THk*|}Om_$)gk>)z2lz`1f;xw4zO+f;KYI{ZAzPf*cmt=1 z%NS$+$sydtd>OInPV;5Wf`GswV5MwvTH_6r61z@NJ3Q9>o3h1e&Fv#!(&#od?*SYo zCe=CerA=-#@&Hzrt`OARRLy_eDhLP~0-|LL(}VTQ4-@=+!$G|eRCPI+Gj|v;%NC{w zFEHzgAlsfXi z^g9R%b)X)VxdpjInVof?kRyOYvPJ1dAP>*%rMyEm|K&M>r)MkbX^&g*1$kE0e9cYq z@6^BV4>fKP&YZap&JU?KzWk2_a6+~yz3>2j>?q@Ir__13Ls6kD7|=!nT8uwb*bi$ zlnbB+H`(h09A!(P^GR>sa{^c
Eckrad
BTMT-Beladung
BTMT-Beladung
+
BTMT-Entladung
+
BTMT-Entladung
\ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/palettes/c_Zusatzmodul.xml b/Editor2DLibrary/SSG/shapes/palettes/c_Zusatzmodul.xml index 5a522bb..5f69b33 100644 --- a/Editor2DLibrary/SSG/shapes/palettes/c_Zusatzmodul.xml +++ b/Editor2DLibrary/SSG/shapes/palettes/c_Zusatzmodul.xml @@ -1,2 +1,3 @@ 
BTMT-Beladung
+
BTMT-Entladung
\ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/BG_Shape.txt b/Editor2DLibrary/SSG/shapes/props/BG_Shape.txt deleted file mode 100644 index 9684f43..0000000 --- a/Editor2DLibrary/SSG/shapes/props/BG_Shape.txt +++ /dev/null @@ -1,6 +0,0 @@ -{ - "shapeMode": 0, - "name": "Background", - "icon": "SSG/shapes/img/", - "behaviour": "(BACKGROUND)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Links.txt b/Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Links.txt deleted file mode 100644 index 79821db..0000000 --- a/Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Links.txt +++ /dev/null @@ -1,33 +0,0 @@ -{ - "shapeMode": 0, - "name": "BTMT-Beladung", - "icon": "SSG/shapes/img/BTMTBeladung_32.png", - "iconBig": "SSG/shapes/img/BTMTBeladung_64.png", - "srcSVG": "SSG/shapes/svg/BTMTBeladung_Links.xml", - "width": 2555.5423, - "height": 1286.8524, - "depth": 1133.8583, - "behaviour": "(ORIGIN=CENTER)", - "connectionPoints": [ - { - "id": "cp0", - "x": 100.8754, - "y": 126.1093, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Kreisel", - "label": "", - "isDimension": true - } - ], - "eventClass": "OnDoubleclick,OnInserted,OnPasted,OnLinked" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Rechts.txt b/Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Rechts.txt deleted file mode 100644 index c526293..0000000 --- a/Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Rechts.txt +++ /dev/null @@ -1,33 +0,0 @@ -{ - "shapeMode": 0, - "name": "BTMT-Beladung", - "icon": "SSG/shapes/img/BTMTBeladung_32.png", - "iconBig": "SSG/shapes/img/BTMTBeladung_64.png", - "srcSVG": "SSG/shapes/svg/BTMTBeladung_Rechts.xml", - "width": 2555.5423, - "height": 1286.8524, - "depth": 1133.8583, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)", - "connectionPoints": [ - { - "id": "cp0", - "x": 100.8754, - "y": 126.1093, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Kreisel", - "label": "", - "isDimension": true - } - ], - "eventClass": "OnDoubleclick,OnInserted,OnPasted,OnLinked" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/Background.txt b/Editor2DLibrary/SSG/shapes/props/Background.txt deleted file mode 100644 index 939429c..0000000 --- a/Editor2DLibrary/SSG/shapes/props/Background.txt +++ /dev/null @@ -1,13 +0,0 @@ -{ - "shapeMode": 0, - "name": "ImportedDWG", - "icon": "SSG/shapes/img/", - "srcSVG": "SSG/shapes/svg/Background.xml", - "width": 172109.8582677168, - "height": 97280.730708661446, - "behaviour": "(BACKGROUND)", - "colorOpacity": 0.0, - "lineColorOpacity": 0.0, - "colorOpacity3D": 0.0, - "lineColorOpacity3D": 0.0 -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/Eckrad_Rechts.txt b/Editor2DLibrary/SSG/shapes/props/Eckrad_Rechts.txt deleted file mode 100644 index 3136c70..0000000 --- a/Editor2DLibrary/SSG/shapes/props/Eckrad_Rechts.txt +++ /dev/null @@ -1,235 +0,0 @@ -{ - "shapeMode": 0, - "name": "Eckrad", - "family": "Eckrad", - "icon": "SSG/shapes/img/Eckrad_32x32.png", - "iconBig": "SSG/shapes/img/Eckrad_64x64.png", - "srcSVG": "SSG/shapes/svg/Eckrad_Rechts.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 1897.3228, - "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ORIGIN=CENTER)", - "connectionPoints": [ - { - "id": "cp0", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Kreisel", - "label": "Kreisel-Nord", - "isDimension": true - }, - { - "id": "cp1", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp2", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp3", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "linkClass": "Kreisel", - "label": "Kreisel-Ost", - "isDimension": true - }, - { - "id": "cp4", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp5", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp6", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Kreisel", - "label": "Kreisel-Süd", - "isDimension": true - }, - { - "id": "cp7", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp8", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp9", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "Kreisel", - "label": "Kreisel-West", - "isDimension": true - }, - { - "id": "cp10", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp11", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - } - ], - "eventClass": "OnDoubleclick,OnInserted,OnPasted,OnLinked" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/Eckrad_links.txt b/Editor2DLibrary/SSG/shapes/props/Eckrad_links.txt deleted file mode 100644 index ea69f27..0000000 --- a/Editor2DLibrary/SSG/shapes/props/Eckrad_links.txt +++ /dev/null @@ -1,235 +0,0 @@ -{ - "shapeMode": 0, - "name": "Eckrad", - "family": "Eckrad", - "icon": "SSG/shapes/img/Eckrad_32x32.png", - "iconBig": "SSG/shapes/img/Eckrad_64x64.png", - "srcSVG": "SSG/shapes/svg/Eckrad_Links.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 1897.3228, - "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ORIGIN=CENTER)", - "connectionPoints": [ - { - "id": "cp0", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Kreisel", - "label": "Kreisel-Nord", - "isDimension": true - }, - { - "id": "cp1", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp2", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp3", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "linkClass": "Kreisel", - "label": "Kreisel-Ost", - "isDimension": true - }, - { - "id": "cp4", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp5", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp6", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Kreisel", - "label": "Kreisel-Süd", - "isDimension": true - }, - { - "id": "cp7", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp8", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp9", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "Kreisel", - "label": "Kreisel-West", - "isDimension": true - }, - { - "id": "cp10", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp11", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - } - ], - "eventClass": "OnDoubleclick,OnInserted,OnPasted,OnLinked" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/a_Kreisel.txt b/Editor2DLibrary/SSG/shapes/props/a_Kreisel.txt deleted file mode 100644 index 901306a..0000000 --- a/Editor2DLibrary/SSG/shapes/props/a_Kreisel.txt +++ /dev/null @@ -1,9 +0,0 @@ -{ - "shapeMode": 1, - "name": "Kreisel als Assembly", - "icon": "SSG/shapes/img/", - "width": 11338.5827, - "height": 3779.5276, - "depth": 7559.0551, - "behaviour": "(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/connectionPoint.txt b/Editor2DLibrary/SSG/shapes/props/connectionPoint.txt deleted file mode 100644 index 303fe3d..0000000 --- a/Editor2DLibrary/SSG/shapes/props/connectionPoint.txt +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon" : "DefaultLibrary/theme/images/e2d/connectionPoint50.png", - "name":"Connection Point", - "behaviour" : "(ORIGIN=CENTER)(HIDEDIMENSIONS)(NOSTRETCH)(NOZMOVE)(NOCOLLISIONS)(NOINCLUSIONS)(SHOWCONFIGUREBUTTON)", - "colorOpacity":0.5, - "custom":{ - "cpName":{"UIType":"text", "UINoConvert":true}, - "linkClass":{"UIType":"text", "UINoConvert":true}, - "xMin":{"UIType":"text", "UINoConvert":true}, - "xMax":{"UIType":"text", "UINoConvert":true}, - "xStep":{"UIType":"text", "UINoConvert":true}, - "yMin":{"UIType":"text", "UINoConvert":true}, - "yMax":{"UIType":"text", "UINoConvert":true}, - "yStep":{"UIType":"text", "UINoConvert":true}, - "zMin":{"UIType":"text", "UINoConvert":true}, - "zMax":{"UIType":"text", "UINoConvert":true}, - "zStep":{"UIType":"text", "UINoConvert":true}, - "label":{"UIType":"text", "UINoConvert":true}, - "isDimension":{"true":"", "false":""} - } -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/origin.txt b/Editor2DLibrary/SSG/shapes/props/origin.txt deleted file mode 100644 index b259dee..0000000 --- a/Editor2DLibrary/SSG/shapes/props/origin.txt +++ /dev/null @@ -1,12 +0,0 @@ -{ - "icon" : "DefaultLibrary/theme/images/e2d/origin50.png", - "name":"Origin", - "custom" : { - "Orientation" : { - "++":"(SVG=origin11)", - "+-":"(SVG=origin1-)", - "-+":"(SVG=origin-1)", - "--":"(SVG=origin--)" - } - } -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/originCustom.txt b/Editor2DLibrary/SSG/shapes/props/originCustom.txt deleted file mode 100644 index 2f550c2..0000000 --- a/Editor2DLibrary/SSG/shapes/props/originCustom.txt +++ /dev/null @@ -1,13 +0,0 @@ -{ - "icon" : "DefaultLibrary/theme/images/e2d/origin50.png", - "name":"Custom Origin", - "behaviour" : "(ORIGIN=CENTER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDELAYER)(NOSTRETCH)(NOROTATE)(NOZMOVE)(NOCOLLISIONS)(NOINCLUSIONS)", - "custom" : { - "Orientation" : { - "++":"(SVG=originCustom11)", - "+-":"(SVG=originCustom1-)", - "-+":"(SVG=originCustom-1)", - "--":"(SVG=originCustom--)" - } - } -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s35.txt b/Editor2DLibrary/SSG/shapes/props/s35.txt deleted file mode 100644 index 0e64045..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s35.txt +++ /dev/null @@ -1,67 +0,0 @@ -{ - "shapeMode": 0, - "name": "Bogen 90°", - "family": "Strecke ", - "icon": "SSY/shapes/img/Transition_90_32x32.png", - "iconBig": "SSY/shapes/img/Transition_90_64x64.png", - "srcSVG": "SSY/shapes/svg/s35.xml", - "width": 3779.5276, - "height": 3779.5276, - "depth": 604.7244, - "behaviour": "(NODSTRETCH)(KEEPASPECTRATIO)(ORIGIN=CENTER)", - "group3d": [ - { - "source": "Transition_90", - "id": "191", - "width": 3968.5039, - "height": 3968.5039, - "depth": 604.7244, - "x": -1889.7638, - "y": 1889.7638, - "z": 604.7244, - "rotation": "0;0;0", - "data": "", - "color": "", - "colorOpacity": 1.0 - } - ], - "connectionPoints": [ - { - "id": "Start_270", - "x": 0.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "label": "Start_270", - "isDimension": true - }, - { - "id": "End_180", - "x": 1000.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "label": "End_180", - "isDimension": true - } - ], - "eventClass": "OnDoubleclick" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s36.txt b/Editor2DLibrary/SSG/shapes/props/s36.txt deleted file mode 100644 index 64d85a3..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s36.txt +++ /dev/null @@ -1,66 +0,0 @@ -{ - "shapeMode": 0, - "name": "Schiene", - "family": "Strecke ", - "icon": "SSY/shapes/img/SimpleRail_32x32.png", - "iconBig": "SSY/shapes/img/SimpleRail_64x64.png", - "srcSVG": "SSY/shapes/svg/s36.xml", - "width": 3779.5276, - "height": 377.9528, - "depth": 604.7244, - "behaviour": "(NOHHSTRETCH)(NODSTRETCH)(ORIGIN=CENTER)", - "group3d": [ - { - "source": "SimpleRail", - "id": "100", - "width": 3779.5276, - "height": 377.9528, - "depth": 604.7244, - "x": 0.0, - "y": 0.0, - "z": 604.7244, - "rotation": "0;0;0", - "data": "", - "color": "" - } - ], - "connectionPoints": [ - { - "id": "Start_270", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "label": "Start_270", - "isDimension": true - }, - { - "id": "End_90", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "label": "", - "isDimension": true - } - ], - "eventClass": "OnDoubleclick" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s38.txt b/Editor2DLibrary/SSG/shapes/props/s38.txt deleted file mode 100644 index b876025..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s38.txt +++ /dev/null @@ -1,67 +0,0 @@ -{ - "shapeMode": 0, - "name": "Bogen 45°", - "family": "Strecke ", - "icon": "SSY/shapes/img/Transition_45_64.png", - "iconBig": "SSY/shapes/img/Transition_45_64.png", - "srcSVG": "SSY/shapes/svg/s38.xml", - "width": 2672.5417, - "height": 1106.9858, - "depth": 604.7244, - "behaviour": "(NODSTRETCH)(KEEPASPECTRATIO)(ORIGIN=CENTER)", - "group3d": [ - { - "source": "Transition_45_V3", - "id": "045", - "width": 2806.148, - "height": 1429.6063, - "depth": 604.7244, - "x": -1336.252, - "y": 553.5118, - "z": 604.7244, - "rotation": "0;0;0", - "data": "", - "color": "" - } - ], - "connectionPoints": [ - { - "id": "Start_270", - "x": 0.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "", - "label": "Start_270", - "isDimension": true - }, - { - "id": "End_135", - "x": 1000.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 135.0, - "label": "End_135", - "isDimension": true - } - ], - "eventClass": "OnDoubleclick" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s40.txt b/Editor2DLibrary/SSG/shapes/props/s40.txt deleted file mode 100644 index f573110..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s40.txt +++ /dev/null @@ -1,56 +0,0 @@ -{ - "shapeMode": 2, - "name": "Shape40", - "icon": "SSY/shapes/img/", - "width": 7559.5275, - "height": 3780.0, - "depth": 605.0, - "group2d": { - "shapes": [ - { - "source": "s35", - "id": "s35g", - "width": 3780.0, - "height": 3780.0, - "depth": 605.0, - "x": 1890.0, - "y": 1890.0, - "z": 0.0, - "rotation": "270", - "data": "", - "color": "" - }, - { - "source": "s35", - "id": "s35g2", - "width": 3780.0, - "height": 3780.0, - "depth": 605.0, - "x": 5669.5275, - "y": 1890.0, - "z": 0.0, - "rotation": "", - "data": "", - "color": "" - } - ], - "connectors": [ - { - "source": "link-line", - "x1": 3779.7638, - "y1": 0.2363, - "x2": 3779.7638, - "y2": -28.2236, - "path": "", - "ctrl1x": -1.0, - "ctrl1y": -1.0, - "ctrl2x": -1.0, - "ctrl2y": -1.0, - "shapeFromId": "s35g", - "shapeFromPointIndex": "End_180", - "shapeToId": "s35g2", - "shapeToPointIndex": "Start_270" - } - ] - } -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s45.txt b/Editor2DLibrary/SSG/shapes/props/s45.txt deleted file mode 100644 index 7c134ca..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s45.txt +++ /dev/null @@ -1,179 +0,0 @@ -{ - "shapeMode": 1, - "name": "Shape45", - "icon": "SSY/shapes/img/", - "srcSVG": "SSY/shapes/svg/s45.xml", - "width": 38563.4598, - "height": 11695.7764, - "depth": 605.0, - "behaviour": "(NOSTRETCH)(CONTAINER)", - "group2d": { - "shapes": [ - { - "source": "s35", - "id": "a1", - "width": 3779.9811, - "height": 3779.9811, - "depth": 604.989, - "x": 1889.9906, - "y": 6025.5307, - "z": 0.0, - "rotation": "", - "data": "", - "color": "" - }, - { - "source": "s35", - "id": "a2", - "width": 3779.9811, - "height": 3779.9811, - "depth": 604.989, - "x": 5669.9717, - "y": 9805.5118, - "z": 0.0, - "rotation": "180", - "data": "", - "color": "" - }, - { - "source": "s35", - "id": "shape_916aaa71-46a5-1d07-0f53-a9ba1e54012e", - "width": 3780.0, - "height": 3780.0, - "depth": 605.0, - "x": 11160.2268, - "y": 9805.7764, - "z": 0.0, - "rotation": "", - "data": "", - "color": "" - } - ], - "connectors": [ - { - "source": "link-line", - "x1": 3779.9812, - "y1": 7915.5213, - "x2": 3779.9812, - "y2": 6179.9811, - "path": "", - "ctrl1x": -179.6802, - "ctrl1y": 1555.86, - "ctrl2x": -179.6802, - "ctrl2y": 1555.86, - "shapeFromId": "a2", - "shapeFromPointIndex": "End_180", - "shapeToId": "a1", - "shapeToPointIndex": "End_180" - }, - { - "source": "poly-line", - "x1": 17839.5064, - "y1": 17406.4429, - "x2": 17839.5064, - "y2": 15670.9028, - "path": "17839.45985,0", - "ctrl1x": -1.0, - "ctrl1y": -1.0, - "ctrl2x": -1.0, - "ctrl2y": -1.0, - "shapeFromId": "", - "shapeFromPointIndex": "", - "shapeToId": "", - "shapeToPointIndex": "" - }, - { - "source": "poly-line", - "x1": 32070.3356, - "y1": 19406.4829, - "x2": 32070.3356, - "y2": 17670.9427, - "path": "32069.45985,8321", - "ctrl1x": -1.0, - "ctrl1y": -1.0, - "ctrl2x": -1.0, - "ctrl2y": -1.0, - "shapeFromId": "", - "shapeFromPointIndex": "", - "shapeToId": "", - "shapeToPointIndex": "" - }, - { - "source": "poly-line", - "x1": 38563.789, - "y1": 13351.2876, - "x2": 38563.789, - "y2": 11615.7475, - "path": "38563.45985,2865", - "ctrl1x": -1.0, - "ctrl1y": -1.0, - "ctrl2x": -1.0, - "ctrl2y": -1.0, - "shapeFromId": "", - "shapeFromPointIndex": "", - "shapeToId": "", - "shapeToPointIndex": "" - }, - { - "source": "line", - "x1": 7560.0, - "y1": 11695.5402, - "x2": 13049.9906, - "y2": 9960.0, - "path": "", - "ctrl1x": -1.0, - "ctrl1y": -1.0, - "ctrl2x": -1.0, - "ctrl2y": -1.0, - "shapeFromId": "a2", - "shapeFromPointIndex": "Start_270", - "shapeToId": "shape_916aaa71-46a5-1d07-0f53-a9ba1e54012e", - "shapeToPointIndex": "End_180" - } - ] - }, - "group3d": [ - { - "source": "Transition_90", - "id": "191", - "width": 3968.9801, - "height": 3968.9801, - "depth": 604.989, - "x": -19283.8167, - "y": 1712.3267, - "z": 604.989, - "rotation": "0", - "data": "", - "color": "", - "colorOpacity": 1.0 - }, - { - "source": "Transition_90", - "id": "191", - "width": 3968.9801, - "height": 3968.9801, - "depth": 604.989, - "x": -15503.382, - "y": -2068.1079, - "z": 604.989, - "rotation": "180", - "data": "", - "color": "", - "colorOpacity": 1.0 - }, - { - "source": "Transition_90", - "id": "191", - "width": 3968.9999, - "height": 3968.9999, - "depth": 605.0, - "x": -10012.5182, - "y": -2068.3829, - "z": 605.0, - "rotation": "0", - "data": "", - "color": "", - "colorOpacity": 1.0 - } - ] -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s45r.txt b/Editor2DLibrary/SSG/shapes/props/s45r.txt deleted file mode 100644 index f071ccb..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s45r.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Motorstation rechts", - "icon": "SSG/shapes/img/Motorstation_32x32.png", - "iconBig": "SSG/shapes/img/Motorstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s45r.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 1897.3228, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s46l.txt b/Editor2DLibrary/SSG/shapes/props/s46l.txt deleted file mode 100644 index 21a9d83..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s46l.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Motorstation links", - "icon": "SSG/shapes/img/Motorstation_32x32.png", - "iconBig": "SSG/shapes/img/Motorstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s46l.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 1897.3228, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s47.txt b/Editor2DLibrary/SSG/shapes/props/s47.txt deleted file mode 100644 index 1113552..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s47.txt +++ /dev/null @@ -1,5 +0,0 @@ -{ - "shapeMode": 2, - "name": "Shape47", - "icon": "SSG/shapes/img/" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s47r.txt b/Editor2DLibrary/SSG/shapes/props/s47r.txt deleted file mode 100644 index 87fc6a6..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s47r.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Spannstation rechts", - "icon": "SSG/shapes/img/Spannstation_32x32.png", - "iconBig": "SSG/shapes/img/Spannstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s47r.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 982.6772, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s48.txt b/Editor2DLibrary/SSG/shapes/props/s48.txt deleted file mode 100644 index 1113552..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s48.txt +++ /dev/null @@ -1,5 +0,0 @@ -{ - "shapeMode": 2, - "name": "Shape47", - "icon": "SSG/shapes/img/" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s48l.txt b/Editor2DLibrary/SSG/shapes/props/s48l.txt deleted file mode 100644 index 2e3a84b..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s48l.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Spannstation links", - "icon": "SSG/shapes/img/Spannstation_32x32.png", - "iconBig": "SSG/shapes/img/Spannstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s48l.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 982.6772, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s66.txt b/Editor2DLibrary/SSG/shapes/props/s66.txt deleted file mode 100644 index 9220509..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s66.txt +++ /dev/null @@ -1,5 +0,0 @@ -{ - "shapeMode": 0, - "name": "Shape66", - "icon": "SSG/shapes/img/" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_BTMTBeladung.txt b/Editor2DLibrary/SSG/shapes/props/s_BTMTBeladung.txt deleted file mode 100644 index 530daba..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_BTMTBeladung.txt +++ /dev/null @@ -1,33 +0,0 @@ -{ - "shapeMode": 0, - "name": "BTMT-Beladung", - "family": "BTMTBeladung", - "icon": "SSG/shapes/img/BTMTBeladung_32.png", - "iconBig": "SSG/shapes/img/BTMTBeladung_64.png", - "srcSVG": "SSG/shapes/svg/s_BTMTBeladung.xml", - "width": 2555.5423, - "height": 1286.8524, - "behaviour": "(NOSTRETCH)", - "connectionPoints": [ - { - "id": "cp0", - "x": 500.0, - "y": 250.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Kreisel", - "label": "", - "isDimension": true - } - ], - "eventClass": "OnDoubleclick,OnInserted,OnPasted,OnLinked" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_ETF.txt b/Editor2DLibrary/SSG/shapes/props/s_ETF.txt deleted file mode 100644 index 6f237e9..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_ETF.txt +++ /dev/null @@ -1,5 +0,0 @@ -{ - "shapeMode": 0, - "name": "Etagenförderer (ETF)", - "icon": "SSG/shapes/img/" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Eckrad.txt b/Editor2DLibrary/SSG/shapes/props/s_Eckrad.txt deleted file mode 100644 index 0a37b35..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Eckrad.txt +++ /dev/null @@ -1,241 +0,0 @@ -{ - "shapeMode": 0, - "name": "Eckrad", - "family": "Eckrad", - "icon": "SSG/shapes/img/Eckrad_32x32.png", - "iconBig": "SSG/shapes/img/Eckrad_64x64.png", - "srcSVG": "SSG/shapes/svg/s_Eckrad.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 1897.3228, - "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ORIGIN=CENTER)", - "custom": { - "RotationClass": { - "UIType": "number", - "UIDefault": "Drehrichtung" - } - }, - "connectionPoints": [ - { - "id": "cp0", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Kreisel", - "label": "Kreisel-Nord", - "isDimension": true - }, - { - "id": "cp1", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp2", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp3", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "linkClass": "Kreisel", - "label": "Kreisel-Ost", - "isDimension": true - }, - { - "id": "cp4", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp5", - "x": 1000.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp6", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Kreisel", - "label": "Kreisel-Süd", - "isDimension": true - }, - { - "id": "cp7", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp8", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp9", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 270.0, - "linkClass": "Kreisel", - "label": "Kreisel-West", - "isDimension": true - }, - { - "id": "cp10", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - }, - { - "id": "cp11", - "x": 0.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Gefaellestrecke", - "label": "GS" - } - ], - "eventClass": "OnDoubleclick,OnInserted,OnPasted,OnLinked" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Gefaellestrecke.txt b/Editor2DLibrary/SSG/shapes/props/s_Gefaellestrecke.txt deleted file mode 100644 index 3e63c96..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Gefaellestrecke.txt +++ /dev/null @@ -1,54 +0,0 @@ -{ - "shapeMode": 0, - "name": "Gefällestrecke", - "family": "Gefaellestrecke", - "icon": "SSG/shapes/img/Gefaellestrecke.png", - "iconBig": "SSG/shapes/img/Gefaellestrecke.png", - "srcSVG": "SSG/shapes/svg/s_Gefaellestrecke.xml", - "text": "^", - "width": 377.9528, - "height": 6047.2441, - "depth": 755.9055, - "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", - "connectionPoints": [ - { - "id": "cp1", - "x": 500.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "linkClass": "Gefaellestrecke", - "label": "Oben", - "isDimension": true - }, - { - "id": "cp2", - "x": 500.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "linkClass": "Gefaellestrecke", - "label": "Unten", - "isDimension": true - } - ], - "eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kreisel.txt b/Editor2DLibrary/SSG/shapes/props/s_Kreisel.txt deleted file mode 100644 index fec5487..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Kreisel.txt +++ /dev/null @@ -1,13 +0,0 @@ -{ - "shapeMode": 0, - "name": "Kreisel", - "family": "Kreisel", - "icon": "SSG/shapes/img/Kreisel_32.png", - "iconBig": "SSG/shapes/img/Kreisel_64.png", - "srcSVG": "SSG/shapes/svg/s_Kreisel.xml", - "width": 14362.2047, - "height": 3023.622, - "depth": 1897.3228, - "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ORIGIN=CENTER)", - "eventClass": "OnDoubleclick,OnInserted,OnLinked,OnPasted" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kreisel1.txt b/Editor2DLibrary/SSG/shapes/props/s_Kreisel1.txt deleted file mode 100644 index 91785e3..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Kreisel1.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Kreisel", - "icon": "SSG/shapes/img/Kreisel_32.png", - "iconBig": "SSG/shapes/img/Kreisel_64.png", - "width": 12850.3937, - "height": 3023.622, - "depth": 755.9055, - "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(ORIGIN=CENTER)", - "eventClass": "OnDoubleclick,OnInserted" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kreisel_mit_Pinband.txt b/Editor2DLibrary/SSG/shapes/props/s_Kreisel_mit_Pinband.txt deleted file mode 100644 index 8d96db1..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Kreisel_mit_Pinband.txt +++ /dev/null @@ -1,5 +0,0 @@ -{ - "shapeMode": 0, - "name": "Kreisel mit Pinband", - "icon": "SSG/shapes/img/" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90.txt deleted file mode 100644 index 94cdee0..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90.txt +++ /dev/null @@ -1,49 +0,0 @@ -{ - "shapeMode": 0, - "name": "Kurve 90", - "family": "Strecke", - "icon": "SSG/shapes/img/", - "srcSVG": "SSG/shapes/svg/s_Kurve_90.xml", - "width": 1889.7638, - "height": 1889.7638, - "depth": 755.9055, - "behaviour": "(NOSTRETCH)(NOEDIT)(HIDEDIMENSIONS)(HIDECOORDINATES)(HIDEROTATION)(HIDEPIN)(HIDELAYER)(HIDEUPDATEBUTTON)(ORIGIN=CENTER)", - "connectionPoints": [ - { - "id": "cp0", - "x": 0.0, - "y": 1000.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 180.0, - "label": "", - "isDimension": true - }, - { - "id": "cp1", - "x": 1000.0, - "y": 0.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 90.0, - "label": "", - "isDimension": true - } - ] -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Motorstation.txt b/Editor2DLibrary/SSG/shapes/props/s_Motorstation.txt deleted file mode 100644 index 3e03542..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Motorstation.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Motorstation", - "icon": "SSG/shapes/img/Motorstation_32x32.png", - "iconBig": "SSG/shapes/img/Motorstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s_Motorstation.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 1897.3228, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Motorstation_links.txt b/Editor2DLibrary/SSG/shapes/props/s_Motorstation_links.txt deleted file mode 100644 index 844d9c4..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Motorstation_links.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Motorstation links", - "icon": "SSG/shapes/img/Motorstation_32x32.png", - "iconBig": "SSG/shapes/img/Motorstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s_Motorstation_links.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 1897.3228, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Motorstation_rechts.txt b/Editor2DLibrary/SSG/shapes/props/s_Motorstation_rechts.txt deleted file mode 100644 index 845713d..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Motorstation_rechts.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Motorstation rechts", - "icon": "SSG/shapes/img/Motorstation_32x32.png", - "iconBig": "SSG/shapes/img/Motorstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s_Motorstation_rechts.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 1897.3228, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_PinBand.txt b/Editor2DLibrary/SSG/shapes/props/s_PinBand.txt deleted file mode 100644 index 61ffdd9..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_PinBand.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Pin-Band", - "family": "PinBand", - "icon": "SSG/shapes/img/", - "srcSVG": "SSG/shapes/svg/s_PinBand.xml", - "width": 3779.5276, - "height": 377.9528, - "depth": 755.9055, - "behaviour": "(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Spannstation.txt b/Editor2DLibrary/SSG/shapes/props/s_Spannstation.txt deleted file mode 100644 index b4fe17b..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Spannstation.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Spannstation", - "icon": "SSG/shapes/img/Spannstation_32x32.png", - "iconBig": "SSG/shapes/img/Spannstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s_Spannstation.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 982.6772, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Spannstation_links.txt b/Editor2DLibrary/SSG/shapes/props/s_Spannstation_links.txt deleted file mode 100644 index 8d3b8aa..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Spannstation_links.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Spannstation links", - "icon": "SSG/shapes/img/Spannstation_32x32.png", - "iconBig": "SSG/shapes/img/Spannstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s_Spannstation_links.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 982.6772, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Spannstation_rechts.txt b/Editor2DLibrary/SSG/shapes/props/s_Spannstation_rechts.txt deleted file mode 100644 index d04ffba..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_Spannstation_rechts.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "Spannstation rechts", - "icon": "SSG/shapes/img/Spannstation_32x32.png", - "iconBig": "SSG/shapes/img/Spannstation_64x64.png", - "srcSVG": "SSG/shapes/svg/s_Spannstation_rechts.xml", - "width": 3023.622, - "height": 3023.622, - "depth": 982.6772, - "behaviour": "(NOSTRETCH)(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_StandardBand.txt b/Editor2DLibrary/SSG/shapes/props/s_StandardBand.txt deleted file mode 100644 index 99c1103..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_StandardBand.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "shapeMode": 0, - "name": "StandardBand", - "family": "Band", - "icon": "SSG/shapes/img/", - "srcSVG": "SSG/shapes/svg/s_StandardBand.xml", - "width": 3779.5276, - "height": 377.9528, - "depth": 755.9055, - "behaviour": "(ORIGIN=CENTER)" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_TEF.txt b/Editor2DLibrary/SSG/shapes/props/s_TEF.txt deleted file mode 100644 index a92cbfb..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_TEF.txt +++ /dev/null @@ -1,5 +0,0 @@ -{ - "shapeMode": 0, - "name": "TEF mit Finger", - "icon": "SSG/shapes/img/" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_weiche_aktiv.txt b/Editor2DLibrary/SSG/shapes/props/s_weiche_aktiv.txt deleted file mode 100644 index 4f29d81..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_weiche_aktiv.txt +++ /dev/null @@ -1,32 +0,0 @@ -{ - "shapeMode": 0, - "name": "Weiche aktiv", - "family": "Weiche", - "icon": "SSG/shapes/img/", - "srcSVG": "SSG/shapes/svg/s_weiche_aktiv.xml", - "width": 377.9528, - "height": 377.9528, - "depth": 377.9528, - "behaviour": "(NOSTRETCH)(NOROTATE)(NOROTATEONVIEW)(HIDEDIMENSIONS)(HIDECOORDINATES)(HIDEROTATION)(HIDEPIN)(HIDELAYER)(HIDEUPDATEBUTTON)(ALWAYSFRONT)(ORIGIN=CENTER)", - "connectionPoints": [ - { - "id": "cp0", - "x": 500.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "label": "", - "isDimension": true - } - ], - "eventClass": "OnDoubleclick,OnPasted,OnLinked,OnInserted" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_weiche_passiv.txt b/Editor2DLibrary/SSG/shapes/props/s_weiche_passiv.txt deleted file mode 100644 index 95bcf96..0000000 --- a/Editor2DLibrary/SSG/shapes/props/s_weiche_passiv.txt +++ /dev/null @@ -1,32 +0,0 @@ -{ - "shapeMode": 0, - "name": "Weiche passiv", - "family": "Weiche", - "icon": "SSG/shapes/img/", - "srcSVG": "SSG/shapes/svg/s_weiche_passiv.xml", - "width": 377.9528, - "height": 377.9528, - "depth": 377.9528, - "behaviour": "(NOSTRETCH)(NOROTATE)(NOROTATEONVIEW)(HIDEDIMENSIONS)(HIDECOORDINATES)(HIDEROTATION)(HIDEPIN)(HIDELAYER)(HIDEUPDATEBUTTON)(ALWAYSFRONT)(ORIGIN=CENTER)", - "connectionPoints": [ - { - "id": "cp0", - "x": 500.0, - "y": 500.0, - "z": 0.0, - "xMin": "", - "xMax": "", - "xStep": "", - "yMin": "", - "yMax": "", - "yStep": "", - "zMin": "", - "zMax": "", - "zStep": "", - "direction": 0.0, - "label": "", - "isDimension": true - } - ], - "eventClass": "OnDoubleclick,OnPasted,OnLinked,OnInserted" -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/smart-line-hub.txt b/Editor2DLibrary/SSG/shapes/props/smart-line-hub.txt deleted file mode 100644 index e00928a..0000000 --- a/Editor2DLibrary/SSG/shapes/props/smart-line-hub.txt +++ /dev/null @@ -1,7 +0,0 @@ -{ - "icon":"DefaultLibrary/shapes/img/smartLineHub.gif", - "name":"Smart Line Hub", - "connectionPoints":[ - {"id":"cp1","x":500.0,"y":500.0,"z":0.0,"linkClass":"","direction":"","event":""} - ] -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/text.txt b/Editor2DLibrary/SSG/shapes/props/text.txt deleted file mode 100644 index c0b3f55..0000000 --- a/Editor2DLibrary/SSG/shapes/props/text.txt +++ /dev/null @@ -1,9 +0,0 @@ -{ - "colorOpacity":0.0001, - "connectionPoints":[ - {"id":"top","x":500.0,"y":0.0,"z":0.0,"direction":0,"linkClass":""}, - {"id":"left","x":0.0,"y":500.0,"z":0.0,"direction":270,"linkClass":""}, - {"id":"right","x":1000.0,"y":500.0,"z":0.0,"direction":90,"linkClass":""}, - {"id":"bottom","x":500.0,"y":1000.0,"z":0.0,"direction":180,"linkClass":""} - ] -} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/BTMTEntladung_Links.xml b/Editor2DLibrary/SSG/shapes/svg/BTMTEntladung_Links.xml new file mode 100644 index 0000000..cf7b97e --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/BTMTEntladung_Links.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/BTMTEntladung_Rechts.xml b/Editor2DLibrary/SSG/shapes/svg/BTMTEntladung_Rechts.xml new file mode 100644 index 0000000..fea8c2c --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/BTMTEntladung_Rechts.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/s_BTMTEntladung.xml b/Editor2DLibrary/SSG/shapes/svg/s_BTMTEntladung.xml new file mode 100644 index 0000000..52f7acd --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/s_BTMTEntladung.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MAIN_SSG.rdx b/MAIN_SSG.rdx index dec174e..ca1bfaf 100644 --- a/MAIN_SSG.rdx +++ b/MAIN_SSG.rdx @@ -1,6 +1,6 @@  - + @@ -65,7 +65,7 @@ - + @@ -708,11 +708,11 @@ - + - + @@ -3591,6 +3591,7 @@ KreiselData.AbstandMS+(KreiselData.Durchmesser/2) + @@ -3655,6 +3656,162 @@ KreiselData.AbstandMS+(KreiselData.Durchmesser/2) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4004,6 +4161,41 @@ ShapeTotalLength-SSGConnectionPoint.x_S-(KreiselData.Durchmesser/2) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8655,6 +8847,49 @@ Contains(IndirectConnKreiselList, Link) AND Shape_Prototype.family = "Gefaellest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -9904,6 +10139,48 @@ me.x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -10362,7 +10639,7 @@ me.x - +