From ab122cdc2e8028117737a5bffe56cc3a367a5a47 Mon Sep 17 00:00:00 2001 From: Simon Schmutzler Date: Thu, 6 Mar 2025 12:27:45 +0100 Subject: [PATCH] =?UTF-8?q?L=C3=A4ngenanpassung=20der=20Shapes=20in=20der?= =?UTF-8?q?=202D=20Ansicht=20korrigiert;=20Das=203D=20Baugruppenshape=20be?= =?UTF-8?q?sitzt=20nun=20keine=202D=20Darstellung=20mehr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor2DLibrary/SSG/shapes/palettes/c_Parts.xml | 2 +- Editor2DLibrary/SSG/shapes/props/s_ap110.txt | 4 +--- .../SSG/shapes/svg/{s_ap110.xml => s_ap110_2d.xml} | 0 3 files changed, 2 insertions(+), 4 deletions(-) rename Editor2DLibrary/SSG/shapes/svg/{s_ap110.xml => s_ap110_2d.xml} (100%) diff --git a/Editor2DLibrary/SSG/shapes/palettes/c_Parts.xml b/Editor2DLibrary/SSG/shapes/palettes/c_Parts.xml index 5fe94ff..3098925 100644 --- a/Editor2DLibrary/SSG/shapes/palettes/c_Parts.xml +++ b/Editor2DLibrary/SSG/shapes/palettes/c_Parts.xml @@ -17,6 +17,6 @@
TBogen
Gefaellestrecke_Verbinder
Gefällestrecke2D
-
AP110
AP110_2D
+
AP110
\ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_ap110.txt b/Editor2DLibrary/SSG/shapes/props/s_ap110.txt index 615b6ac..a2a13e3 100644 --- a/Editor2DLibrary/SSG/shapes/props/s_ap110.txt +++ b/Editor2DLibrary/SSG/shapes/props/s_ap110.txt @@ -1,13 +1,11 @@ { "shapeMode": 0, "name": "AP110", - "family": "OFGerade", "icon": "SSG/shapes/img/", - "srcSVG": "SSG/shapes/svg/s_ap110.xml", "src3D": "SSG/shapes/obj/s_ap110.stl", "width": 158.7402, "height": 3779.5276, "depth": 415.748, "behaviour": "(ORIGIN=CENTER)", - "eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked" + "color3D": "#FFFF00" } \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/s_ap110.xml b/Editor2DLibrary/SSG/shapes/svg/s_ap110_2d.xml similarity index 100% rename from Editor2DLibrary/SSG/shapes/svg/s_ap110.xml rename to Editor2DLibrary/SSG/shapes/svg/s_ap110_2d.xml