From 030c5766d492b2aa473d0a54d8ca94a38a2a43eb Mon Sep 17 00:00:00 2001 From: Simon Schmutzler Date: Tue, 22 Oct 2024 11:30:33 +0200 Subject: [PATCH] Korrektur der config / props, skalierung der SVG war nicht angegeben --- .../SSG/shapes/props/s_Kurve_30_L_F.txt | 48 +++++++++++++++++- .../SSG/shapes/props/s_Kurve_30_R_F.txt | 48 +++++++++++++++++- .../SSG/shapes/props/s_Kurve_60_L_F.txt | 2 +- .../SSG/shapes/props/s_Kurve_60_L_G.txt | 49 ++++++++++++++++++- .../SSG/shapes/props/s_Kurve_60_R_F.txt | 48 +++++++++++++++++- .../SSG/shapes/props/s_Kurve_90_L_F.txt | 2 +- .../SSG/shapes/props/s_Kurve_90_L_G.txt | 47 +++++++++++++++++- .../SSG/shapes/props/s_Kurve_90_R_F.txt | 2 +- .../SSG/shapes/props/s_Kurve_90_R_G.txt | 47 +++++++++++++++++- 9 files changed, 280 insertions(+), 13 deletions(-) diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_L_F.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_L_F.txt index 4005113..09feb6a 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_L_F.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_L_F.txt @@ -1,7 +1,51 @@ { "shapeMode": 0, "name": "30 Kurve links angetriebene", - "family": "KurveFoerderer", + "family": "Kurve", "icon": "SSG/shapes/img/Kurve_30_L_F_32px.png", - "srcSVG": "SSG/shapes/svg/s_Kurve_30_L_F.xml" + "srcSVG": "SSG/shapes/svg/s_Kurve_30_L_F.xml", + "width": 202.5449, + "height": 755.9055, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 1000.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 30.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "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": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" } \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_R_F.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_R_F.txt index f45941e..fc07380 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_R_F.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_R_F.txt @@ -1,7 +1,51 @@ { "shapeMode": 0, "name": "30 Kurve rechts angetriebene", - "family": "KurveFoerderer", + "family": "Kurve", "icon": "SSG/shapes/img/Kurve_30_R_F_32px.png", - "srcSVG": "SSG/shapes/svg/s_Kurve_30_R_F.xml" + "srcSVG": "SSG/shapes/svg/s_Kurve_30_R_F.xml", + "width": 202.5449, + "height": 755.9055, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 150.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 0.0, + "linkClass": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" } \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L_F.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L_F.txt index af9c0e9..3f26469 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L_F.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L_F.txt @@ -1,7 +1,7 @@ { "shapeMode": 0, "name": "60 Kurve links angetriebene", - "family": "KurveFoerderer", + "family": "Kurve", "icon": "SSG/shapes/img/Kurve_60_L_F_32px.png", "iconBig": "SSG/shapes/img/Kurve_60_L_F_64px.png", "srcSVG": "SSG/shapes/svg/s_Kurve_60_L_F.xml", diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L_G.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L_G.txt index e6f25a8..3481fc2 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L_G.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L_G.txt @@ -2,5 +2,50 @@ "shapeMode": 0, "name": "60 Kurve links Gefällestrecke", "family": "Kurve", - "icon": "SSG/shapes/img/Kurve_60_L_G_32px.png" -} \ No newline at end of file + "icon": "SSG/shapes/img/Kurve_60_L_G_32px.png", + "srcSVG": "SSG/shapes/svg/s_Kurve_60_L_G.xml", + "width": 755.9055, + "height": 1309.2661, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 1000.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 60.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "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": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" +} diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_R_F.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_R_F.txt index 14130d8..6ed7995 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_R_F.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_R_F.txt @@ -1,7 +1,51 @@ { "shapeMode": 0, "name": "60 Kurve rechts angetriebene", - "family": "KurveFoerderer", + "family": "Kurve", "icon": "SSG/shapes/img/Kurve_60_R_F_32px.png", - "srcSVG": "SSG/shapes/svg/s_Kurve_60_R_F.xml" + "srcSVG": "SSG/shapes/svg/s_Kurve_60_R_F.xml", + "width": 755.9055, + "height": 1309.2661, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 120.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 0.0, + "linkClass": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" } \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L_F.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L_F.txt index ad1dfa7..9e9a281 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L_F.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L_F.txt @@ -1,7 +1,7 @@ { "shapeMode": 0, "name": "90 Kurve links angetrieben", - "family": "KurveFoerderer", + "family": "Kurve", "icon": "SSG/shapes/img/Kurve_90_L_F_32px.png", "iconBig": "SSG/shapes/img/Kurve_90_L_F_64px.png", "srcSVG": "SSG/shapes/svg/s_Kurve_90_L_F.xml", diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L_G.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L_G.txt index c5b51b9..5c9252f 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L_G.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L_G.txt @@ -2,5 +2,50 @@ "shapeMode": 0, "name": "90 Kurve links Gefällestrecke", "family": "Kurve", - "icon": "SSG/shapes/img/Kurve_90_L_G_32px.png" + "icon": "SSG/shapes/img/Kurve_90_L_G_32px.png", + "srcSVG": "SSG/shapes/svg/s_Kurve_90_L_G.xml", + "width": 1511.811, + "height": 1511.811, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "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": "Gefaellestrecke", + "label": "H0", + "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": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" } \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R_F.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R_F.txt index 6c3b08c..28d59c4 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R_F.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R_F.txt @@ -1,7 +1,7 @@ { "shapeMode": 0, "name": "90 Kurve rechts angetrieben", - "family": "KurveFoerderer", + "family": "Kurve", "icon": "SSG/shapes/img/Kurve_90_R_F_32px.png", "iconBig": "SSG/shapes/img/Kurve_90_R_F_64px.png", "srcSVG": "SSG/shapes/svg/s_Kurve_90_R_F.xml", diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R_G.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R_G.txt index 37c90a9..d45657b 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R_G.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R_G.txt @@ -2,5 +2,50 @@ "shapeMode": 0, "name": "90 Kurve rechts Gefällestrecke", "family": "Kurve", - "icon": "SSG/shapes/img/Kurve_90_R_G_32px.png" + "icon": "SSG/shapes/img/Kurve_90_R_G_32px.png", + "srcSVG": "SSG/shapes/svg/s_Kurve_90_R_G.xml", + "width": 1511.811, + "height": 1511.811, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 90.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 0.0, + "linkClass": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" } \ No newline at end of file