From c7968ad6b351f01032983cd93424b9c2c7068a52 Mon Sep 17 00:00:00 2001 From: Simon Hensch Date: Thu, 15 Jan 2026 11:41:30 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Omniflo=20TEF=20Gerade=20mit=203D=20STL=20D?= =?UTF-8?q?arstellung=20eingef=C3=BCgt;=20Einf=C3=BCgen=20und=20Verbinden?= =?UTF-8?q?=20der=20CPs=20funktioniert=20nun.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor2DLibrary/SSG/shapes/props/0_B10020.txt | 6 ++++-- MAIN_SSG.rdx | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Editor2DLibrary/SSG/shapes/props/0_B10020.txt b/Editor2DLibrary/SSG/shapes/props/0_B10020.txt index 5a9ae93..fec2b7e 100644 --- a/Editor2DLibrary/SSG/shapes/props/0_B10020.txt +++ b/Editor2DLibrary/SSG/shapes/props/0_B10020.txt @@ -5,8 +5,10 @@ "icon": "SSG/shapes/img/Antriebst.rechts_TEF_rechts_32px.png", "iconBig": "SSG/shapes/img/Antriebst.rechts_TEF_rechts_64px.png", "srcSVG": "SSG/shapes/svg/0_B10020.xml", - "width": 2067.0992, - "height": 1254.8031, + "src3D": "SSG/shapes/obj/0_B10020.stl", + "width": 993.90239999999994, + "height": 1924.6866, + "depth": 839.0551, "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", "connectionPoints": [ { diff --git a/MAIN_SSG.rdx b/MAIN_SSG.rdx index fd573a6..706abb1 100644 --- a/MAIN_SSG.rdx +++ b/MAIN_SSG.rdx @@ -1,6 +1,6 @@  - + @@ -91,7 +91,7 @@ - + @@ -136,7 +136,7 @@ - + @@ -331,7 +331,7 @@ - + From 609719007911e5bb6a50d129ca823e7f5b1b0a26 Mon Sep 17 00:00:00 2001 From: Simon Hensch Date: Thu, 15 Jan 2026 12:10:43 +0100 Subject: [PATCH 2/2] STL der TEF Gerade wird nun korrekt geladen --- .../SSG/shapes/props/s_TEFGerade.txt | 69 +++++++++++++++++-- 1 file changed, 63 insertions(+), 6 deletions(-) diff --git a/Editor2DLibrary/SSG/shapes/props/s_TEFGerade.txt b/Editor2DLibrary/SSG/shapes/props/s_TEFGerade.txt index 08edebe..cb1acd0 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_TEFGerade.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_TEFGerade.txt @@ -1,12 +1,69 @@ { "shapeMode": 0, - "name": "TEFGERADE", - "icon": "SSG/shapes/img/", - "srcSVG": "SSG/shapes/svg/s_TEFGerade.xml", - "src3D": "SSG/shapes/obj/s_TEFGerade.stl", + "name": "TEF Gerade", + "family": "TEFGerade", + "icon": "SSG/shapes/img/AP_32px.png", + "iconBig": "SSG/shapes/img/AP_64px.png", + "srcSVG": "SSG/shapes/svg/s_Gerade_TEF.xml", "width": 236.5984, "height": 3779.5276, "depth": 264.5669, - "behaviour": "(ORIGIN=CENTER)", - "color3D": "#FF0000" + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)", + "group3d": [ + { + "source": "s_TEFGerade", + "id": "g0", + "width": 236.5984, + "height": 3779.5276, + "depth": 264.5669, + "x": 0.0, + "y": 0.0, + "z": 207.874, + "rotation": "0;0;0", + "data": "", + "color": "#FF0000", + "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": "TEF", + "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": "TEF", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked,OnRemoved" } \ No newline at end of file