From 33ca0848d23ced027c06b1260e7707fdcbf43878 Mon Sep 17 00:00:00 2001 From: Yuelin Wang Date: Tue, 25 Feb 2025 15:42:24 +0100 Subject: [PATCH] =?UTF-8?q?Die=20SVG=20und=20PNGs=20f=C3=BCr=20alle=2090?= =?UTF-8?q?=C2=B0=20B=C3=B6gen=20sind=20eingepflegt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor2DLibrary/SSG/shapes/categories.txt | 2 +- ...APB_110_R500_90_550_550_821104030_32px.png | Bin 0 -> 673 bytes ...APB_110_R500_90_550_550_821104030_64px.png | Bin 0 -> 1335 bytes .../APB_110_R550_22_5_84_821104025_32px.png | Bin 348 -> 322 bytes .../APB_110_R550_22_5_84_821104025_64px.png | Bin 656 -> 634 bytes .../APB_110_R550_67_5_432_821104027_32px.png | Bin 665 -> 382 bytes .../APB_110_R550_67_5_432_821104027_64px.png | Bin 1215 -> 1196 bytes ...APB_110_R550_90_550_550_821104030_32px.png | Bin 0 -> 673 bytes ...APB_110_R550_90_550_550_821104030_64px.png | Bin 0 -> 1335 bytes ...APB_110_R550_90_900_605_821104066_32px.png | Bin 0 -> 536 bytes ...APB_110_R550_90_900_605_821104066_64px.png | Bin 0 -> 989 bytes ...APB_110_R630_90_850_690_821104041_32px.png | Bin 0 -> 607 bytes ...APB_110_R630_90_850_690_821104041_64px.png | Bin 0 -> 1185 bytes ...APB_110_R630_90_850_870_821104035_32px.png | Bin 0 -> 572 bytes ...APB_110_R630_90_850_870_821104035_64px.png | Bin 0 -> 1132 bytes .../SSG/shapes/palettes/c_Boegen.xml | 2 + .../SSG/shapes/palettes/c_Boegen_90.xml | 9 ++- .../SSG/shapes/props/821094040.txt | 53 ++++++++++++++++++ .../SSG/shapes/props/821094101.txt | 53 ++++++++++++++++++ .../SSG/shapes/props/821104022.txt | 53 ++++++++++++++++++ .../SSG/shapes/props/821104025.txt | 8 +-- .../SSG/shapes/props/821104027.txt | 8 +-- .../SSG/shapes/props/821104030.txt | 53 ++++++++++++++++++ .../SSG/shapes/props/821104034.txt | 53 ++++++++++++++++++ .../SSG/shapes/props/821104035.txt | 53 ++++++++++++++++++ .../SSG/shapes/props/821104041.txt | 53 ++++++++++++++++++ .../SSG/shapes/props/821104043.txt | 4 +- .../SSG/shapes/props/821104066.txt | 53 ++++++++++++++++++ Editor2DLibrary/SSG/shapes/settings.txt | 2 +- Editor2DLibrary/SSG/shapes/svg/821094040.xml | 8 +++ Editor2DLibrary/SSG/shapes/svg/821094101.xml | 8 +++ Editor2DLibrary/SSG/shapes/svg/821104022.xml | 8 +++ Editor2DLibrary/SSG/shapes/svg/821104025.xml | 8 ++- Editor2DLibrary/SSG/shapes/svg/821104027.xml | 4 +- Editor2DLibrary/SSG/shapes/svg/821104030.xml | 10 ++++ Editor2DLibrary/SSG/shapes/svg/821104031.xml | 8 ++- Editor2DLibrary/SSG/shapes/svg/821104034.xml | 8 +++ Editor2DLibrary/SSG/shapes/svg/821104035.xml | 10 ++++ Editor2DLibrary/SSG/shapes/svg/821104041.xml | 10 ++++ Editor2DLibrary/SSG/shapes/svg/821104043.xml | 8 ++- Editor2DLibrary/SSG/shapes/svg/821104066.xml | 10 ++++ .../Omniflo/APB_110_R400_90_500_821104022.svg | 6 ++ .../APB_110_R500_90_550_550_821104030.svg | 6 ++ .../APB_110_R550_22_5_84_821104025.svg | 2 +- .../APB_110_R550_90_900_605_821104066.svg | 6 ++ .../Omniflo/APB_110_R630_45_400_821104031.svg | 2 +- .../APB_110_R630_90_850_690_821104041.svg | 6 ++ .../APB_110_R630_90_850_870_821104035.svg | 6 ++ .../APB_110_R630_90_850_890_821104034.svg | 14 +++++ SVGs/Omniflo/APB_60_R515_90_650_821094040.svg | 14 +++++ SVGs/Omniflo/APB_60_R515_90_810_821094101.svg | 14 +++++ 51 files changed, 608 insertions(+), 27 deletions(-) create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R500_90_550_550_821104030_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R500_90_550_550_821104030_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R550_90_550_550_821104030_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R550_90_550_550_821104030_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R550_90_900_605_821104066_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R550_90_900_605_821104066_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R630_90_850_690_821104041_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R630_90_850_690_821104041_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R630_90_850_870_821104035_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/APB_110_R630_90_850_870_821104035_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/props/821094040.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/821094101.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/821104022.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/821104030.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/821104034.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/821104035.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/821104041.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/821104066.txt create mode 100644 Editor2DLibrary/SSG/shapes/svg/821094040.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/821094101.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/821104022.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/821104030.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/821104034.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/821104035.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/821104041.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/821104066.xml create mode 100644 SVGs/Omniflo/APB_110_R400_90_500_821104022.svg create mode 100644 SVGs/Omniflo/APB_110_R500_90_550_550_821104030.svg create mode 100644 SVGs/Omniflo/APB_110_R550_90_900_605_821104066.svg create mode 100644 SVGs/Omniflo/APB_110_R630_90_850_690_821104041.svg create mode 100644 SVGs/Omniflo/APB_110_R630_90_850_870_821104035.svg create mode 100644 SVGs/Omniflo/APB_110_R630_90_850_890_821104034.svg create mode 100644 SVGs/Omniflo/APB_60_R515_90_650_821094040.svg create mode 100644 SVGs/Omniflo/APB_60_R515_90_810_821094101.svg diff --git a/Editor2DLibrary/SSG/shapes/categories.txt b/Editor2DLibrary/SSG/shapes/categories.txt index 5197dc7..b41a6e9 100644 --- a/Editor2DLibrary/SSG/shapes/categories.txt +++ b/Editor2DLibrary/SSG/shapes/categories.txt @@ -1 +1 @@ -[{"id":"c_ILS","name":"ILS","hasShapes":false,"items":[{"id":"c_Kreiselmodule","name":"Kreisel-Module","hasShapes":true},{"id":"c_Zusatzmodul","name":"Zusatzmodul","hasShapes":true},{"id":"c_Foerderer","name":"Förderer","hasShapes":true},{"id":"c_Kurven","name":"Gefällestrecke","hasShapes":true}]},{"id":"c10","name":"PBU","hasShapes":true},{"id":"c_Background","name":"Background","hideName":true,"hasShapes":true},{"id":"c_Parts","name":"Parts","description":"Shapes used for creating new Assemblies while Session","hasShapes":true},{"id":"c_Session","name":"Session","hasShapes":true},{"id":"c_Omniflo","name":"Omniflo","hasShapes":false,"items":[{"id":"c_Boegen","name":"Bögen","hasShapes":true},{"id":"c_Gerade","name":"Aluprofil Gerade","hasShapes":true},{"id":"c_Weichen_90","name":"Weiche 90°","hasShapes":true},{"id":"c_TEFBoegen","name":"TEF Bögen","hasShapes":true}]},{"id":"c_OmnifloParts","name":"Omniflo Parts","hasShapes":false,"items":[{"id":"c_Boegen_90","name":"Bögen 90°","hasShapes":false},{"id":"c_Boegen_67_5","name":"Bögen 67.5°","hasShapes":false},{"id":"c_Boegen_45","name":"Bögen 45°","hasShapes":true},{"id":"c_Boegen_22_5","name":"Bögen 22.5°","hasShapes":false},{"id":"c_Boegen_180","name":"Bögen 180°","hasShapes":false},{"id":"c25","name":"AP","hasShapes":true}]}] \ No newline at end of file +[{"id":"c_ILS","name":"ILS","hasShapes":false,"items":[{"id":"c_Kreiselmodule","name":"Kreisel-Module","hasShapes":true},{"id":"c_Zusatzmodul","name":"Zusatzmodul","hasShapes":true},{"id":"c_Foerderer","name":"Förderer","hasShapes":true},{"id":"c_Kurven","name":"Gefällestrecke","hasShapes":true}]},{"id":"c10","name":"PBU","hasShapes":true},{"id":"c_Background","name":"Background","hideName":true,"hasShapes":true},{"id":"c_Parts","name":"Parts","description":"Shapes used for creating new Assemblies while Session","hasShapes":true},{"id":"c_Session","name":"Session","hasShapes":true},{"id":"c_Omniflo","name":"Omniflo","hasShapes":false,"items":[{"id":"c_Boegen","name":"Bögen","hasShapes":true},{"id":"c_Gerade","name":"Aluprofil Gerade","hasShapes":true},{"id":"c_Weichen_90","name":"Weiche 90°","hasShapes":true},{"id":"c_TEFBoegen","name":"TEF Bögen","hasShapes":true},{"id":"c_Weichen_45","name":"Weiche 45°","hasShapes":false},{"id":"c_Weichenkoerper","name":"Weichenkörper","hasShapes":false},{"id":"c_Weichenkombinationen","name":"Delta Weichen","hasShapes":false}]},{"id":"c_OmnifloParts","name":"Omniflo Parts","hasShapes":false,"items":[{"id":"c_Boegen_90","name":"Bögen 90°","hasShapes":true},{"id":"c_Boegen_67_5","name":"Bögen 67.5°","hasShapes":false},{"id":"c_Boegen_45","name":"Bögen 45°","hasShapes":false},{"id":"c_Boegen_22_5","name":"Bögen 22.5°","hasShapes":false},{"id":"c_Boegen_180","name":"Bögen 180°","hasShapes":false},{"id":"c25","name":"AP","hasShapes":true}]}] \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/img/APB_110_R500_90_550_550_821104030_32px.png b/Editor2DLibrary/SSG/shapes/img/APB_110_R500_90_550_550_821104030_32px.png new file mode 100644 index 0000000000000000000000000000000000000000..7e60c7e541a2ff6b99665f5d9b8d8b9f13a40e7c GIT binary patch literal 673 zcmV;S0$%-zP)pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H10xn5J zK~z|U#g;#4)L;L!5kv65SI3c;^k{I`@Fh28|I8<42SE3qW%u@qLgT2CakaA_%9m z4wS0zQFlMcoI#7Ax0&6r;;revKq?`60QhRqGJVAh+0yQhz)UR|L%C&;1Y|cs z_%sFibRdl%O`=>gi1YiEH9_8SI0t-L-Ya{k1*7%^{AdByOD#+pPnY?gfixcn`&lZ? z0UMVU)G1S{zRAA>0GmE6qD&Y>koXwb7(tqXUT+052DV0!CJLs2N^_?)dOUj_01zIu z?A)KDmId@tMyO&}Aa=8VN!#q60mLQp7lGa;n6}#iG{*cY!k}dV0KOUP;{On+8|xnX z0!quFvo9csvH4+FV7A-~Z2trFQ^Bf0p&=kAAsGP~L3sHK_ff{Q+gFNU00000NkvXX Hu0mjfc8((v literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/APB_110_R500_90_550_550_821104030_64px.png b/Editor2DLibrary/SSG/shapes/img/APB_110_R500_90_550_550_821104030_64px.png new file mode 100644 index 0000000000000000000000000000000000000000..be705132f7359466e02a65e136a2ff8a6aaf1463 GIT binary patch literal 1335 zcmV-71<3k|P)pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H11jI>1 zK~#90<(pk-990y@e`jW!&whawyP4fh>{qHFex=}p?Sm9c{UQ%VtlEM;_#mPP7K@J} zRr?^+;=8slqLQjuDF{ZiP-yFeiZsTWCc87)#{c z^9N8ql}$Q+50i|N_2L8J&hwOu5Os zK=%Mo1NICNeF!h(xJPfqaBe(+q6VFIRQ94g11$M}fP7Bgev#JxY&C~*^8gf;Ze4?w zKL9*7!`(me^;uHhH`VI?<^w2d(0Lr+Iskfm$sGkf$WZ(>?ms24Pf04S_6MBhMp zozllbI1cQ@aotLGxwrrnl}T+v{EvY(C3mt2+i~2VD%I6OmbKMaGJT5i`ul)SOYX!` zz9ZAJxl&y%&I*{42%hr_%6@{6#0aW8NqS#gcMppjz@*&dBcPuE&4xFR@H~!t=z3Du z1^_6|3rB%l4R0RgNfMc^g{G|?0009mcVJt`fRy1KLH%tc2Y*;d%Gv?|kabezgHJD2x{+Is{06^Qh%fM5>__R|y@e(ubF$5G2004>1 zNre3YpYj1itDDQT0KxZa$D};?%O$Aud} zYT#Gkd&A?9Zh6QI2{!-$^l-qmWS41%cM>e>>@CY_Xv_jllb&H3#^S}V+QMG}>n{BR zVxAu~Ggd$K>KuLm1qB}i<>BIGGyvpc-GKSk$<#y`4FH8tZcZ4U7P8JphzbAz<=cRr zD^x*r0N5G?AQCYE+4w1f=Lj7Tg>`@_H*pf!G->(Rx-2>sP*9I?ZIQRuMGJuPTfi1= zj}`!{1b|P(0Qgo=qXl5NDfqu8A!5G*>wX`@JU&yFM+-nf(^Vj> ziXs4WHMlf_0A$!O>LLihH`o4l^Z=-g8P<~M0TA+rm5UyLfMh&^0JO=to`@CzH`xf% tKJAd9So!D>%JzjEFJMUrN(cBq{|AvT22UVqO?L_t(oh3(eOE(B2!2GDcwbo&`%MTEgdh9~gi9)mY%3mIdC z*a%`Xddg;&f{sXA+%KtJCEuxCrHIgHaZ@>pFgExqK0rf5b0000PjIxA%BHM7jx5(P_>XZc?LJFjh4Z=b}Nb6XeKqS!vwh&#Q z$Jc!6n~pQhK8X@20V5sH2hfn#-+>IsfDFih3}_wj2|VjYixv094*&oF M07*qoM6N<$f-0?bod5s; diff --git a/Editor2DLibrary/SSG/shapes/img/APB_110_R550_22_5_84_821104025_64px.png b/Editor2DLibrary/SSG/shapes/img/APB_110_R550_22_5_84_821104025_64px.png index 7a1e995bb6c9461c6f5fa456f086da659e7b929a..7b63856fd8ddbf91994ed3919de2a6fda2e4acd3 100644 GIT binary patch delta 455 zcmV;&0XY7U1^NV#URVc7L_t(|ob8&yYtvvDho3hc1#fmZW}CHo^0YbiH1*;^aMF49 z&-Ac@u)~Cbc(b_4u0zvNJDBqzR>kJ^Fc1XAcH7sVy7#%{kmSpgCtn~TF?Z)Ylc|$o z0vVCt6Oqjgf6a{KsJn|*YDbrGn!p9zYR4Cz$0Z@SVfgWVA)jfAcT!W0{oS2k13tfmL7)`~fgK z!MI1jHrQ*7ZSWn+>El{);F>hnO2HXZJV~jBZ??Uzr^DWF@(bz9i z$fm%&SXjmU5l$PpGUk3ez$WgSjH+8)-TRQxF)8Ln-UV*_VY?yDbIdwa$|uzK-%dkr z8q8pHK=5A#Fa|gq80%EOK4tFUqrfjY=DmCc=LJw=*2U>ij@D`QU&8#c)02F86dpU3m}n0)(Tm_v5pevhxEC18?X?hMwy0Mx&HM0yz~1eT0{u(M<3o00000 LNkvXXu0mjfMWyC; diff --git a/Editor2DLibrary/SSG/shapes/img/APB_110_R550_67_5_432_821104027_32px.png b/Editor2DLibrary/SSG/shapes/img/APB_110_R550_67_5_432_821104027_32px.png index b62b4cc84a14f3cb8d04fb4a579feda0e22a34c4..43cb1efda0eae242b75d5646cd0a934fe4c7da31 100644 GIT binary patch delta 354 zcmV-o0iFJt1^xmyiBL{Q4GJ0x0000DNk~Le0000G0000G2nGNE03Y-JVE_OC32;bR za{vGbVE_OJVF8uHxVDitCw~D8Nkl*NfQKg(p zG*FwGm@Lil=5AqZVAcZ`NU+asD?Gx;_emIF>;kPK|1SbFB0m5f0e?;41>+pq6{cI> zlV_|Rf5jzzYg~oisX|W*y;$M$p&nM}^O=0-7efCegNGV+*Zu;33L>wc!I2(2y;)#M z*&RH!Tf8>zfkl*TvNFD&`Z`&qa}YNIpbearfm6ZFdL6L`2v-MX;8f6=Yy%!}L3eal zUV!!ikdDj305#+UI3vjp{`m4gg5pu0u`2(@5Awvv^WFud!vFvP07*qoM6N<$g3uL` A`2YX_ delta 639 zcmV-_0)YMg0+|IiiBL{Q4GJ0x0000DNk~Le0000W0000W2nGNE0CReJ^Z)<=32;bR za{vGi!vFvd!vV){sAQ2gCw~GaNkl$)BI#C$(UM@>ecOMjrVD6>dx8u#<3 z|0zJ!OFafo)sgcRc!Tf?KlX@pcA`-M-+|5R%vX>xG`Po1@&Sk6mg+6w08iK196&&i zB662)#rNdRX%MNafGRO^rVqibO;G_lQR##r1JVoB{$Kt`8p8?Bk}PEZQ9!*LkqDl< zA1642at=t>AkCqA0e?6DECd0o(j9VU0Q5Srr|PAGT*Y`d)~e9pKA-`{d%~CP8HCHg zFIyexFgf?iS``{}pepj_Aj(5vZ&jN?jCU)10RR&_6SOYA1bQuW8Ap%Nm46++0D!3- z?Ziu?z>!KPrto8jNN4A4YB*;>&*VI%(n-+bUrg!235Kev;eR+#4lmV*$O|e9Euqdn z`#cHvG<5T$2=^_d1@W)hlyDsYnC|MvcgBIX6~xD1-c5IL5~7#~l7%eD9SeyOk6$c5 zgzo@A&fNt%PG!Lhv@IF7&U}kzA~N1bV8lWaEVi77C`U3!Z>|R95{MJcCn!hGyaNtc zB2Gj+l*;WYU_dZp2i#4d9p(dQspF`0u+aXzIRdO``psxV Zz;BoLz6|aO2wMOE002ovPDHLkV1hh?7K;D? diff --git a/Editor2DLibrary/SSG/shapes/img/APB_110_R550_67_5_432_821104027_64px.png b/Editor2DLibrary/SSG/shapes/img/APB_110_R550_67_5_432_821104027_64px.png index 8459f075d8bfaf8278305a48d523e250d05d9eae..6ec965c9437e6e844420c7dbe0fcb9c7f401a935 100644 GIT binary patch delta 1117 zcmV-j1fu)D39Jc_UVk}BL_t(|ob8)kXdG1-hM#YC(`_z7S~ab4W|K6vR7LESRzZ|f zz44|JMWu)pON+sZ2o^;AsTYD`tQTU?TnH^ng$jy-Q1I`n6eCo{i&ASFcW0VJE9hd( z&+g9gVl|oBY?^F#=A6xDpS$_a%$)ao=i77UoZS_r6ssA_w0{88Gz~B*NkFdGQd=>B~FagW}6Nt=IcL(24 z1zfbZ;#&uS-G3mhmp@r@piYDO0r(N6&f@zn6IXfM@KbdOSGv2_F(A|3ixgi(co;}5 zaF&m75}y-Te2MK1gDS)&Nlyh_>S$v!^)eO*fR@T9sqYZ^042wu*> zO4C+3)4*|%w{WuG#w(;U@m0Y2&F!q28U)#0p*0VDNPn^L65V4LV$-k$;;8`7*@@x^ z6`#5sqfmH`p3#x$JFcGSE5J=Z1-!xhLGEXi^(5)ciOBn`f#?i4wlud?FNi&T1PVVIdEH9%SrP2J~oYy z*W5>p)PJ@d&UCLQng51)$;*4>*6pbGe9wCD?k#U z-bZnJIIa%icq=A(SZ)Ql&a0sMLNUejq`g<75T%pqUxc#uE<`?t(uy4b#XF?k{%ED? zp*jOD+FS8u7-$RJ;u9SAK2Uz->NHTr7$6CJIe$thdCoGk=Fyd!JXB+V>pTP85{Ueb zpXj6am%k!crIDq51WKj2{-;Gb29+p-Cz8of)JbZ=i4aK5JGm9ILvF`@% z2}C9+6!$_s?x$DJA_jj%6`&4=kL3^> z$A2c`lcS%74aj!g0o)phc;woT#;!;+3mYKn>Cmy_&3fF?sg=s_0i$*oMLEyxzMkZm z`X|k`f8?~P(?I14DAG@8Q`0}vh{;1G1I}$pfjkz7C=v|nlcbmV2DDB-1ZMwxK}rU=&Mu%k z5I;paGi*eWX8x;yd4pd=Pkliwe!b>;U`HVKJB8#&rUdE6B555U_$7xhM9+mOb5@e{ zVxd$!@c&$2K-7xg>8*y+d%#F%56NUd_*dX~`xd{faj4H9OKW7+|6ibKfN24yX&PW! jfN7crm=<7~Rd2w*#V0q>wH51h00000NkvXXu0mjfTJ0On delta 1136 zcmV-$1dscy3BL)DUVltUL_t(|ob8%jXdGn}hMzN=A5)DfnzXywnIt7DMKp+!TD)k% zUf2s!#6qPYcv11E3W66(Yp+B~5v7HSS_<9?YAuM~2>wB}7D-Ey5;SURc4xBbrdlMe zX}Z}tUTosdZZ^NWo7tV+_iozZ38q zbpiZNz;D#N01Y_iW|TJ&X>XyG*ux#BIM#72#*akdh2T!@X@ZPqiZ2O&Sw1HXwQrE`11h0HH-Z zBoU4RhltvL6`#=3Q5pdj!tb}<%$ggv;>tGQAz22X)Jt&gu)04ILuh`7p=}2!GoEnQNm1xcV$zqi4#NMMYeQ z*w)>k`+*(I6=E9nEiOj((?5_Zb?C|vU>2E=vctfp0;{J8xx0vrj+8QFWeEU)7&zu` zR1W~R6<7gYh+vy9g1!kf z0c?HLOy%^Wk zApk(ci80-{75FiSS6;(0Us|c#>SzHkE_JkWt?3JpEgsfI*h$nrzFc?JCjewbm~8$I z;a(4W6*V?v#m+CsRrR!h7wzK{G^V!$Lmu`<#D6`(aPP8iwyIMAfN)}*kUk1bc-Y%% zo_cRNZmL%RfQa)8s!syhK31N>ln;8Xy>`mrQJ?ys)0;II^|3IG^icN0@hBX}=ULfTKnIa|m)SQP-! zk-P$OB!^4$@_gpOs{nvRw4JoXfR-8NI@68a^jsLrHw|6|07RTiARl^|CPJyF3z-H} z007b4HV~fU%zcgdX2BI8YM(>-!NWudkAFRuZx&nu0MK`GA9YW@MX&`(MvencmXIyj zR-e}-*aGwqq(F}4lDSn7%-5h7BRvs9(<8v_0r)S7g&F@Ff?fdt-G3$!PI#C#s6I9O z5PSguTsQYH6rKk$pjHI1Mo*%6XMtX9b34?E001I+m!+A*F!+byENrU<)FwM6Drv&T z+Nl6DK8f&whY{eJ+Nl75cvmmt4v}sBWbIS{fED`#{?s0-kC0)C_B1^5rq!(3orlZ5X80000pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H10xn5J zK~z|U#g;#4)L;L!5kv65SI3c;^k{I`@Fh28|I8<42SE3qW%u@qLgT2CakaA_%9m z4wS0zQFlMcoI#7Ax0&6r;;revKq?`60QhRqGJVAh+0yQhz)UR|L%C&;1Y|cs z_%sFibRdl%O`=>gi1YiEH9_8SI0t-L-Ya{k1*7%^{AdByOD#+pPnY?gfixcn`&lZ? z0UMVU)G1S{zRAA>0GmE6qD&Y>koXwb7(tqXUT+052DV0!CJLs2N^_?)dOUj_01zIu z?A)KDmId@tMyO&}Aa=8VN!#q60mLQp7lGa;n6}#iG{*cY!k}dV0KOUP;{On+8|xnX z0!quFvo9csvH4+FV7A-~Z2trFQ^Bf0p&=kAAsGP~L3sHK_ff{Q+gFNU00000NkvXX Hu0mjfc8((v literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/APB_110_R550_90_550_550_821104030_64px.png b/Editor2DLibrary/SSG/shapes/img/APB_110_R550_90_550_550_821104030_64px.png new file mode 100644 index 0000000000000000000000000000000000000000..be705132f7359466e02a65e136a2ff8a6aaf1463 GIT binary patch literal 1335 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 LNkvXXu0mjfpr5k~ literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/APB_110_R630_90_850_690_821104041_32px.png b/Editor2DLibrary/SSG/shapes/img/APB_110_R630_90_850_690_821104041_32px.png new file mode 100644 index 0000000000000000000000000000000000000000..25d36266bd4484c2b5ac78331335db4c139acef4 GIT binary patch literal 607 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 uGKKux{CBDjW9bXdj$I8aUJ_0I6t8}6Q@7v#Pz
APB 110 R 630/90 800/800
+
APB 110 R 400/90 500/500
APB 110 R 550/67.5 432
APB 110 R 630/45 400
+
APB 110 R 400/45 400
APB 110 R 550/22.5 84
APB 110 R 650/180 L=150
\ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/palettes/c_Boegen_90.xml b/Editor2DLibrary/SSG/shapes/palettes/c_Boegen_90.xml index 4fe745d..bc3042e 100644 --- a/Editor2DLibrary/SSG/shapes/palettes/c_Boegen_90.xml +++ b/Editor2DLibrary/SSG/shapes/palettes/c_Boegen_90.xml @@ -1,3 +1,8 @@ -
APB 110 R 630/90 800/800
-
APB 110 R 630/90 800/800 mit TEF
+
APB 110 R 630/90 850/890
+
APB 110 R 630/90 850/870
+
APB 110 R 630/90 850/690
+
APB 110 R 500/90 550/550
+
APB 110 R 550/90 900/605
+
APB 60 R 515/90 650
+
APB 60 R 515/90 810
\ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/821094040.txt b/Editor2DLibrary/SSG/shapes/props/821094040.txt new file mode 100644 index 0000000..1f3e4b0 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/821094040.txt @@ -0,0 +1,53 @@ +{ + "shapeMode": 0, + "name": "APB 60 R 515/90 650", + "family": "OFBogen", + "icon": "SSG/shapes/img/APB_110_R630_D90_800_800_821104033_32px.png", + "iconBig": "SSG/shapes/img/APB_110_R630_D90_800_800_821104033_64px.png", + "srcSVG": "SSG/shapes/svg/821094040.xml", + "width": 3023.622, + "height": 3023.622, + "depth": 415.748, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 270.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + } + ], + "eventClass": "OnDoubleclick,OnPasted,OnInserted,OnLinked,OnRemoved" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/821094101.txt b/Editor2DLibrary/SSG/shapes/props/821094101.txt new file mode 100644 index 0000000..a836355 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/821094101.txt @@ -0,0 +1,53 @@ +{ + "shapeMode": 0, + "name": "APB 60 R 515/90 810", + "family": "OFBogen", + "icon": "SSG/shapes/img/APB_110_R630_D90_800_800_821104033_32px.png", + "iconBig": "SSG/shapes/img/APB_110_R630_D90_800_800_821104033_64px.png", + "srcSVG": "SSG/shapes/svg/821094101.xml", + "width": 3023.622, + "height": 3023.622, + "depth": 415.748, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 270.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + } + ], + "eventClass": "OnDoubleclick,OnPasted,OnInserted,OnLinked,OnRemoved" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/821104022.txt b/Editor2DLibrary/SSG/shapes/props/821104022.txt new file mode 100644 index 0000000..fd2f8b1 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/821104022.txt @@ -0,0 +1,53 @@ +{ + "shapeMode": 0, + "name": "APB 110 R 400/90 500/500", + "family": "OFBogen", + "icon": "SSG/shapes/img/APB_110_R630_D90_800_800_821104033_32px.png", + "iconBig": "SSG/shapes/img/APB_110_R630_D90_800_800_821104033_64px.png", + "srcSVG": "SSG/shapes/svg/821104022.xml", + "width": 1889.7638, + "height": 1889.7638, + "depth": 415.748, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 270.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + } + ], + "eventClass": "OnDoubleclick,OnPasted,OnInserted,OnLinked,OnRemoved" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/821104025.txt b/Editor2DLibrary/SSG/shapes/props/821104025.txt index 2d9586a..f665cce 100644 --- a/Editor2DLibrary/SSG/shapes/props/821104025.txt +++ b/Editor2DLibrary/SSG/shapes/props/821104025.txt @@ -12,7 +12,7 @@ "connectionPoints": [ { "id": "cp1", - "x": 0.0, + "x": 1000.0, "y": 0.0, "z": 0.0, "xMin": "", @@ -24,14 +24,14 @@ "zMin": "", "zMax": "", "zStep": "", - "direction": 270.0, + "direction": 90.0, "linkClass": "Omniflo", "label": "", "isDimension": true }, { "id": "cp2", - "x": 1000.0, + "x": 0.0, "y": 1000.0, "z": 0.0, "xMin": "", @@ -43,7 +43,7 @@ "zMin": "", "zMax": "", "zStep": "", - "direction": 112.0, + "direction": 248.0, "linkClass": "Omniflo", "label": "", "isDimension": true diff --git a/Editor2DLibrary/SSG/shapes/props/821104027.txt b/Editor2DLibrary/SSG/shapes/props/821104027.txt index 74c0599..fe83c0d 100644 --- a/Editor2DLibrary/SSG/shapes/props/821104027.txt +++ b/Editor2DLibrary/SSG/shapes/props/821104027.txt @@ -12,7 +12,7 @@ "connectionPoints": [ { "id": "cp1", - "x": 0.0, + "x": 1000.0, "y": 0.0, "z": 0.0, "xMin": "", @@ -24,14 +24,14 @@ "zMin": "", "zMax": "", "zStep": "", - "direction": 270.0, + "direction": 90.0, "linkClass": "Omniflo", "label": "", "isDimension": true }, { "id": "cp2", - "x": 1000.0, + "x": 0.0, "y": 1000.0, "z": 0.0, "xMin": "", @@ -43,7 +43,7 @@ "zMin": "", "zMax": "", "zStep": "", - "direction": 158.0, + "direction": 202.0, "linkClass": "Omniflo", "label": "", "isDimension": true diff --git a/Editor2DLibrary/SSG/shapes/props/821104030.txt b/Editor2DLibrary/SSG/shapes/props/821104030.txt new file mode 100644 index 0000000..2061a3f --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/821104030.txt @@ -0,0 +1,53 @@ +{ + "shapeMode": 0, + "name": "APB 110 R 500/90 550/550", + "family": "OFBogen", + "icon": "SSG/shapes/img/APB_110_R500_90_550_550_821104030_32px.png", + "iconBig": "SSG/shapes/img/APB_110_R500_90_550_550_821104030_64px.png", + "srcSVG": "SSG/shapes/svg/821104030.xml", + "width": 2078.7402, + "height": 2078.7402, + "depth": 415.748, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 270.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + } + ], + "eventClass": "OnDoubleclick,OnPasted,OnInserted,OnLinked,OnRemoved" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/821104034.txt b/Editor2DLibrary/SSG/shapes/props/821104034.txt new file mode 100644 index 0000000..b561c18 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/821104034.txt @@ -0,0 +1,53 @@ +{ + "shapeMode": 0, + "name": "APB 110 R 630/90 850/890", + "family": "OFBogen", + "icon": "SSG/shapes/img/APB_110_R630_D90_800_800_821104033_32px.png", + "iconBig": "SSG/shapes/img/APB_110_R630_D90_800_800_821104033_64px.png", + "srcSVG": "SSG/shapes/svg/821104034.xml", + "width": 3023.622, + "height": 3023.622, + "depth": 415.748, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 270.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + } + ], + "eventClass": "OnDoubleclick,OnPasted,OnInserted,OnLinked,OnRemoved" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/821104035.txt b/Editor2DLibrary/SSG/shapes/props/821104035.txt new file mode 100644 index 0000000..5c5238b --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/821104035.txt @@ -0,0 +1,53 @@ +{ + "shapeMode": 0, + "name": "APB 110 R 630/90 850/870", + "family": "OFBogen", + "icon": "SSG/shapes/img/APB_110_R630_90_850_870_821104035_32px.png", + "iconBig": "SSG/shapes/img/APB_110_R630_90_850_870_821104035_64px.png", + "srcSVG": "SSG/shapes/svg/821104035.xml", + "width": 3212.5984, + "height": 3288.189, + "depth": 415.748, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 270.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + } + ], + "eventClass": "OnDoubleclick,OnPasted,OnInserted,OnLinked,OnRemoved" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/821104041.txt b/Editor2DLibrary/SSG/shapes/props/821104041.txt new file mode 100644 index 0000000..cb7a561 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/821104041.txt @@ -0,0 +1,53 @@ +{ + "shapeMode": 0, + "name": "APB 110 R 630/90 850/690", + "family": "OFBogen", + "icon": "SSG/shapes/img/APB_110_R630_90_850_690_821104041_32px.png", + "iconBig": "SSG/shapes/img/APB_110_R630_90_850_690_821104041_64px.png", + "srcSVG": "SSG/shapes/svg/821104041.xml", + "width": 3212.5984, + "height": 2607.874, + "depth": 415.748, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "connectionPoints": [ + { + "id": "cp1", + "x": 1000.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 90.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + }, + { + "id": "cp2", + "x": 0.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + } + ], + "eventClass": "OnDoubleclick,OnPasted,OnInserted,OnLinked,OnRemoved" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/821104043.txt b/Editor2DLibrary/SSG/shapes/props/821104043.txt index 7c978d3..ac3db89 100644 --- a/Editor2DLibrary/SSG/shapes/props/821104043.txt +++ b/Editor2DLibrary/SSG/shapes/props/821104043.txt @@ -5,8 +5,8 @@ "icon": "SSG/shapes/img/APB_110_R650_180_L_150_821104043_32px.png", "iconBig": "SSG/shapes/img/APB_110_R650_180_L_150_821104043_64px.png", "srcSVG": "SSG/shapes/svg/821104043.xml", - "width": 2456.6929, - "height": 1511.811, + "width": 3023.622, + "height": 4913.3858, "depth": 415.748, "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", "connectionPoints": [ diff --git a/Editor2DLibrary/SSG/shapes/props/821104066.txt b/Editor2DLibrary/SSG/shapes/props/821104066.txt new file mode 100644 index 0000000..e95c4bd --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/821104066.txt @@ -0,0 +1,53 @@ +{ + "shapeMode": 0, + "name": "APB 110 R 550/90 900/605", + "family": "OFBogen", + "icon": "SSG/shapes/img/APB_110_R550_90_900_605_821104066_32px.png", + "iconBig": "SSG/shapes/img/APB_110_R550_90_900_605_821104066_64px.png", + "srcSVG": "SSG/shapes/svg/821104066.xml", + "width": 3401.5748, + "height": 2286.6142, + "depth": 415.748, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 270.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Omniflo", + "label": "", + "isDimension": true + } + ], + "eventClass": "OnDoubleclick,OnPasted,OnInserted,OnLinked,OnRemoved" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/settings.txt b/Editor2DLibrary/SSG/shapes/settings.txt index 0516576..517c5f5 100644 --- a/Editor2DLibrary/SSG/shapes/settings.txt +++ b/Editor2DLibrary/SSG/shapes/settings.txt @@ -1 +1 @@ -{"categories":{"c_ILS":{"expanded":true},"c_Kreiselmodule":{"expanded":true},"c_Zusatzmodul":{"expanded":true},"c_Foerderer":{"expanded":true},"c_Kurven":{"expanded":true},"c10":{"expanded":true},"c_Background":{"expanded":true},"c_Parts":{"expanded":true},"c_Session":{"expanded":false},"c_Omniflo":{"expanded":true},"c_Boegen":{"expanded":true},"c_Gerade":{"expanded":true},"c_Weichen_90":{"expanded":true},"c_TEFBoegen":{"expanded":true},"c_OmnifloParts":{"expanded":true},"c_Boegen_90":{"expanded":false},"c_Boegen_67_5":{"expanded":false},"c_Boegen_45":{"expanded":true},"c_Boegen_22_5":{"expanded":false},"c_Boegen_180":{"expanded":false},"c25":{"expanded":true}},"shapes":{}} \ No newline at end of file +{"categories":{"c_ILS":{"expanded":true},"c_Kreiselmodule":{"expanded":true},"c_Zusatzmodul":{"expanded":true},"c_Foerderer":{"expanded":true},"c_Kurven":{"expanded":true},"c10":{"expanded":true},"c_Background":{"expanded":true},"c_Parts":{"expanded":true},"c_Session":{"expanded":false},"c_Omniflo":{"expanded":true},"c_Boegen":{"expanded":true},"c_Gerade":{"expanded":true},"c_Weichen_90":{"expanded":true},"c_TEFBoegen":{"expanded":true},"c_Weichen_45":{"expanded":true},"c_Weichenkoerper":{"expanded":true},"c_Weichenkombinationen":{"expanded":false},"c_OmnifloParts":{"expanded":true},"c_Boegen_90":{"expanded":true},"c_Boegen_67_5":{"expanded":false},"c_Boegen_45":{"expanded":false},"c_Boegen_22_5":{"expanded":false},"c_Boegen_180":{"expanded":false},"c25":{"expanded":true}},"shapes":{}} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821094040.xml b/Editor2DLibrary/SSG/shapes/svg/821094040.xml new file mode 100644 index 0000000..a393f6c --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/821094040.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821094101.xml b/Editor2DLibrary/SSG/shapes/svg/821094101.xml new file mode 100644 index 0000000..a393f6c --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/821094101.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104022.xml b/Editor2DLibrary/SSG/shapes/svg/821104022.xml new file mode 100644 index 0000000..8dc8b6d --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/821104022.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104025.xml b/Editor2DLibrary/SSG/shapes/svg/821104025.xml index 025230e..ef7eedf 100644 --- a/Editor2DLibrary/SSG/shapes/svg/821104025.xml +++ b/Editor2DLibrary/SSG/shapes/svg/821104025.xml @@ -1,8 +1,10 @@  - - - + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104027.xml b/Editor2DLibrary/SSG/shapes/svg/821104027.xml index 7d92463..e93285c 100644 --- a/Editor2DLibrary/SSG/shapes/svg/821104027.xml +++ b/Editor2DLibrary/SSG/shapes/svg/821104027.xml @@ -1,8 +1,8 @@  - - + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104030.xml b/Editor2DLibrary/SSG/shapes/svg/821104030.xml new file mode 100644 index 0000000..4362a04 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/821104030.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104031.xml b/Editor2DLibrary/SSG/shapes/svg/821104031.xml index 4b10992..d021906 100644 --- a/Editor2DLibrary/SSG/shapes/svg/821104031.xml +++ b/Editor2DLibrary/SSG/shapes/svg/821104031.xml @@ -1,8 +1,10 @@  - - - + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104034.xml b/Editor2DLibrary/SSG/shapes/svg/821104034.xml new file mode 100644 index 0000000..a393f6c --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/821104034.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104035.xml b/Editor2DLibrary/SSG/shapes/svg/821104035.xml new file mode 100644 index 0000000..b6e078c --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/821104035.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104041.xml b/Editor2DLibrary/SSG/shapes/svg/821104041.xml new file mode 100644 index 0000000..b09f9ff --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/821104041.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104043.xml b/Editor2DLibrary/SSG/shapes/svg/821104043.xml index 35959c5..dd2e002 100644 --- a/Editor2DLibrary/SSG/shapes/svg/821104043.xml +++ b/Editor2DLibrary/SSG/shapes/svg/821104043.xml @@ -1,8 +1,10 @@  - - - + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/821104066.xml b/Editor2DLibrary/SSG/shapes/svg/821104066.xml new file mode 100644 index 0000000..8ca3583 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/821104066.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/SVGs/Omniflo/APB_110_R400_90_500_821104022.svg b/SVGs/Omniflo/APB_110_R400_90_500_821104022.svg new file mode 100644 index 0000000..317ea8f --- /dev/null +++ b/SVGs/Omniflo/APB_110_R400_90_500_821104022.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SVGs/Omniflo/APB_110_R500_90_550_550_821104030.svg b/SVGs/Omniflo/APB_110_R500_90_550_550_821104030.svg new file mode 100644 index 0000000..2251bd4 --- /dev/null +++ b/SVGs/Omniflo/APB_110_R500_90_550_550_821104030.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SVGs/Omniflo/APB_110_R550_22_5_84_821104025.svg b/SVGs/Omniflo/APB_110_R550_22_5_84_821104025.svg index 7283925..8e0e3d8 100644 --- a/SVGs/Omniflo/APB_110_R550_22_5_84_821104025.svg +++ b/SVGs/Omniflo/APB_110_R550_22_5_84_821104025.svg @@ -3,4 +3,4 @@ - + diff --git a/SVGs/Omniflo/APB_110_R550_90_900_605_821104066.svg b/SVGs/Omniflo/APB_110_R550_90_900_605_821104066.svg new file mode 100644 index 0000000..9c8db5e --- /dev/null +++ b/SVGs/Omniflo/APB_110_R550_90_900_605_821104066.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SVGs/Omniflo/APB_110_R630_45_400_821104031.svg b/SVGs/Omniflo/APB_110_R630_45_400_821104031.svg index 394c376..c72e9d8 100644 --- a/SVGs/Omniflo/APB_110_R630_45_400_821104031.svg +++ b/SVGs/Omniflo/APB_110_R630_45_400_821104031.svg @@ -1,5 +1,5 @@ - + diff --git a/SVGs/Omniflo/APB_110_R630_90_850_690_821104041.svg b/SVGs/Omniflo/APB_110_R630_90_850_690_821104041.svg new file mode 100644 index 0000000..8db17d2 --- /dev/null +++ b/SVGs/Omniflo/APB_110_R630_90_850_690_821104041.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SVGs/Omniflo/APB_110_R630_90_850_870_821104035.svg b/SVGs/Omniflo/APB_110_R630_90_850_870_821104035.svg new file mode 100644 index 0000000..4c71a9d --- /dev/null +++ b/SVGs/Omniflo/APB_110_R630_90_850_870_821104035.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SVGs/Omniflo/APB_110_R630_90_850_890_821104034.svg b/SVGs/Omniflo/APB_110_R630_90_850_890_821104034.svg new file mode 100644 index 0000000..18d32b5 --- /dev/null +++ b/SVGs/Omniflo/APB_110_R630_90_850_890_821104034.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SVGs/Omniflo/APB_60_R515_90_650_821094040.svg b/SVGs/Omniflo/APB_60_R515_90_650_821094040.svg new file mode 100644 index 0000000..cd08761 --- /dev/null +++ b/SVGs/Omniflo/APB_60_R515_90_650_821094040.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SVGs/Omniflo/APB_60_R515_90_810_821094101.svg b/SVGs/Omniflo/APB_60_R515_90_810_821094101.svg new file mode 100644 index 0000000..b958c4c --- /dev/null +++ b/SVGs/Omniflo/APB_60_R515_90_810_821094101.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +