From 0e8034b352934d4209ed3690137e71b1883a0caa Mon Sep 17 00:00:00 2001 From: mistangl Date: Thu, 6 Nov 2025 17:13:01 +0100 Subject: [PATCH] =?UTF-8?q?TEF=20Gerade=20als=20Element=20der=20library=20?= =?UTF-8?q?hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SSG/shapes/palettes/c_TEFElemente.xml | 1 + .../SSG/shapes/props/s_TEFGerade.txt | 69 +++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 Editor2DLibrary/SSG/shapes/props/s_TEFGerade.txt diff --git a/Editor2DLibrary/SSG/shapes/palettes/c_TEFElemente.xml b/Editor2DLibrary/SSG/shapes/palettes/c_TEFElemente.xml index 431b71c..0a20461 100644 --- a/Editor2DLibrary/SSG/shapes/palettes/c_TEFElemente.xml +++ b/Editor2DLibrary/SSG/shapes/palettes/c_TEFElemente.xml @@ -2,6 +2,7 @@
Umlenkspannst. links für TEF rechts
TEF Bogen 90° R725
TEF Bogen 90° R535
+
TEF Gerade
Antriebst. links für TEF links
Antriebst. rechts für TEF rechts
\ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_TEFGerade.txt b/Editor2DLibrary/SSG/shapes/props/s_TEFGerade.txt new file mode 100644 index 0000000..97d56fb --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_TEFGerade.txt @@ -0,0 +1,69 @@ +{ + "shapeMode": 0, + "name": "TEF Gerade", + "family": "TEFGerade", + "icon": "SSG/shapes/img/TEFGerade_32px.png", + "iconBig": "SSG/shapes/img/TEFGerade_64px.png", + "srcSVG": "SSG/shapes/svg/s_TEFGerade.xml", + "width": 158.7402, + "height": 3779.5276, + "depth": 415.748, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "group3d": [ + { + "source": "s_ap110", + "id": "g0", + "width": 158.7402, + "height": 3779.5276, + "depth": 415.748, + "x": 0.0, + "y": 0.0, + "z": 207.874, + "rotation": "0;0;0", + "data": "", + "color": "#FFFF00", + "colorOpacity": 1.0 + } + ], + "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": "OmnifloTEF", + "label": "", + "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": "OmnifloTEF", + "label": "", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked,OnRemoved" +} \ No newline at end of file