diff --git a/Editor2DLibrary/SSG/shapes/props/Foerderer_Falsch.txt b/Editor2DLibrary/SSG/shapes/props/Foerderer_Falsch.txt new file mode 100644 index 0000000..2a0fdbc --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/Foerderer_Falsch.txt @@ -0,0 +1,55 @@ +{ + "shapeMode": 0, + "name": "Etagenförderer_Falsch", + "family": "Foerderer", + "description": "ETF", + "icon": "SSG/shapes/img/Foerderer_32.png", + "iconBig": "SSG/shapes/img/Foerderer_64.png", + "srcSVG": "SSG/shapes/svg/Foerderer_Falsch.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/Foerderer_Richtig.txt b/Editor2DLibrary/SSG/shapes/props/Foerderer_Richtig.txt new file mode 100644 index 0000000..9083021 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/Foerderer_Richtig.txt @@ -0,0 +1,55 @@ +{ + "shapeMode": 0, + "name": "Etagenförderer_Richtig", + "family": "Foerderer", + "description": "ETF", + "icon": "SSG/shapes/img/Foerderer_32.png", + "iconBig": "SSG/shapes/img/Foerderer_64.png", + "srcSVG": "SSG/shapes/svg/Foerderer_Richtig.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/MAIN_SSG.rdx b/MAIN_SSG.rdx index d024490..eccc93e 100644 --- a/MAIN_SSG.rdx +++ b/MAIN_SSG.rdx @@ -1,6 +1,6 @@  - + @@ -50,7 +50,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -784,7 +784,7 @@ - + @@ -793,7 +793,7 @@ - + @@ -3189,6 +3189,59 @@ KreiselData.AbstandMS+(KreiselData.Durchmesser/2) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6544,7 +6597,7 @@ ShapeTotalLength-SSGConnectionPoint.x_S-(KreiselData.Durchmesser/2) - + @@ -6771,7 +6824,7 @@ ShapeTotalLength-SSGConnectionPoint.x_S-(KreiselData.Durchmesser/2) - + @@ -9432,11 +9485,11 @@ Contains(IndirectConnKreiselList, Link) AND Shape_Prototype.family = "Gefaellest - + - + @@ -9505,6 +9558,34 @@ Contains(IndirectConnKreiselList, Link) AND Shape_Prototype.family = "Gefaellest + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -9513,6 +9594,7 @@ Contains(IndirectConnKreiselList, Link) AND Shape_Prototype.family = "Gefaellest Shape_Prototype.GefaelleDefinition.HoeheUnten]]> + @@ -13412,6 +13494,10 @@ me.x + + + @@ -13470,10 +13556,14 @@ ShapeList["id="+Param.Input[1].shapeID].name + + + + @@ -13542,10 +13632,6 @@ ShapeList["id="+Param.Input[1].shapeID].name - - - - diff --git a/cleanLocalShapes.bat b/cleanLocalShapes.bat new file mode 100644 index 0000000..d06df56 --- /dev/null +++ b/cleanLocalShapes.bat @@ -0,0 +1,3 @@ +del "C:\Program Files\RuleDesigner\RDConfigurator Fusion\WebApi\Editor2D\SSG\shapes\props\shape_*.txt" +del "C:\Program Files\RuleDesigner\RDConfigurator Fusion\WebApi\Editor2D\SSG\shapes\svg\shape_*.xml" +pause \ No newline at end of file