From 5a64ba116a78646a707d87e3c65e7bbebded2c3e Mon Sep 17 00:00:00 2001 From: Simon Schmutzler Date: Fri, 9 Feb 2024 12:16:10 +0100 Subject: [PATCH] =?UTF-8?q?Textdateien=20im=20props=20Ordner=20wieder=20hi?= =?UTF-8?q?nzugef=C3=BCgt,=20da=20doch=20ben=C3=B6tigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 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 + 44 files changed, 1688 insertions(+), 1 deletion(-) create mode 100644 Editor2DLibrary/SSG/shapes/props/BG_Shape.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Links.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Rechts.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/Background.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/Eckrad_Rechts.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/Eckrad_links.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/a_Kreisel.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/connectionPoint.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/origin.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/originCustom.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s35.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s36.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s38.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s40.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s45.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s45r.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s46l.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s47.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s47r.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s48.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s48l.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s66.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_BTMTBeladung.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_ETF.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Eckrad.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Gefaellestrecke.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kreisel.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kreisel1.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kreisel_mit_Pinband.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kurve_90.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Motorstation.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Motorstation_links.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Motorstation_rechts.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_PinBand.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Spannstation.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Spannstation_links.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Spannstation_rechts.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_StandardBand.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_TEF.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_weiche_aktiv.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_weiche_passiv.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/smart-line-hub.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/text.txt diff --git a/.gitignore b/.gitignore index 9ad0508..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -/Editor2DLibrary/SSG/shapes/props \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/BG_Shape.txt b/Editor2DLibrary/SSG/shapes/props/BG_Shape.txt new file mode 100644 index 0000000..9684f43 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/BG_Shape.txt @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..79821db --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Links.txt @@ -0,0 +1,33 @@ +{ + "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 new file mode 100644 index 0000000..c526293 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/BTMTBeladung_Rechts.txt @@ -0,0 +1,33 @@ +{ + "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 new file mode 100644 index 0000000..939429c --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/Background.txt @@ -0,0 +1,13 @@ +{ + "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 new file mode 100644 index 0000000..3136c70 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/Eckrad_Rechts.txt @@ -0,0 +1,235 @@ +{ + "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 new file mode 100644 index 0000000..ea69f27 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/Eckrad_links.txt @@ -0,0 +1,235 @@ +{ + "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 new file mode 100644 index 0000000..901306a --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/a_Kreisel.txt @@ -0,0 +1,9 @@ +{ + "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 new file mode 100644 index 0000000..303fe3d --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/connectionPoint.txt @@ -0,0 +1,21 @@ +{ + "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 new file mode 100644 index 0000000..b259dee --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/origin.txt @@ -0,0 +1,12 @@ +{ + "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 new file mode 100644 index 0000000..2f550c2 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/originCustom.txt @@ -0,0 +1,13 @@ +{ + "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 new file mode 100644 index 0000000..0e64045 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s35.txt @@ -0,0 +1,67 @@ +{ + "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 new file mode 100644 index 0000000..64d85a3 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s36.txt @@ -0,0 +1,66 @@ +{ + "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 new file mode 100644 index 0000000..b876025 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s38.txt @@ -0,0 +1,67 @@ +{ + "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 new file mode 100644 index 0000000..f573110 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s40.txt @@ -0,0 +1,56 @@ +{ + "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 new file mode 100644 index 0000000..7c134ca --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s45.txt @@ -0,0 +1,179 @@ +{ + "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 new file mode 100644 index 0000000..f071ccb --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s45r.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..21a9d83 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s46l.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..1113552 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s47.txt @@ -0,0 +1,5 @@ +{ + "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 new file mode 100644 index 0000000..87fc6a6 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s47r.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..1113552 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s48.txt @@ -0,0 +1,5 @@ +{ + "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 new file mode 100644 index 0000000..2e3a84b --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s48l.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..9220509 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s66.txt @@ -0,0 +1,5 @@ +{ + "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 new file mode 100644 index 0000000..530daba --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_BTMTBeladung.txt @@ -0,0 +1,33 @@ +{ + "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 new file mode 100644 index 0000000..6f237e9 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_ETF.txt @@ -0,0 +1,5 @@ +{ + "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 new file mode 100644 index 0000000..0a37b35 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Eckrad.txt @@ -0,0 +1,241 @@ +{ + "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 new file mode 100644 index 0000000..3e63c96 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Gefaellestrecke.txt @@ -0,0 +1,54 @@ +{ + "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 new file mode 100644 index 0000000..fec5487 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kreisel.txt @@ -0,0 +1,13 @@ +{ + "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 new file mode 100644 index 0000000..91785e3 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kreisel1.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..8d96db1 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kreisel_mit_Pinband.txt @@ -0,0 +1,5 @@ +{ + "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 new file mode 100644 index 0000000..94cdee0 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90.txt @@ -0,0 +1,49 @@ +{ + "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 new file mode 100644 index 0000000..3e03542 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Motorstation.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..844d9c4 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Motorstation_links.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..845713d --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Motorstation_rechts.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..61ffdd9 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_PinBand.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..b4fe17b --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Spannstation.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..8d3b8aa --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Spannstation_links.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..d04ffba --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Spannstation_rechts.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..99c1103 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_StandardBand.txt @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..a92cbfb --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_TEF.txt @@ -0,0 +1,5 @@ +{ + "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 new file mode 100644 index 0000000..4f29d81 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_weiche_aktiv.txt @@ -0,0 +1,32 @@ +{ + "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 new file mode 100644 index 0000000..95bcf96 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_weiche_passiv.txt @@ -0,0 +1,32 @@ +{ + "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 new file mode 100644 index 0000000..e00928a --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/smart-line-hub.txt @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..c0b3f55 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/text.txt @@ -0,0 +1,9 @@ +{ + "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