Berechnung für Gefällestrecke mit Daten aus UI gefixt; Omniflo Gerade 3D Parts hinzugefügt

This commit is contained in:
Simon Schmutzler
2025-03-03 16:08:36 +01:00
parent 10f7b905fa
commit 3306710920
5 changed files with 560 additions and 286 deletions
@@ -17,4 +17,5 @@
<div class="paletteItem"><div><img id="s_TBogen" class="shape" title="" shapeMode="0" /></div><div>TBogen</div></div>
<div class="paletteItem"><div><img id="s_Gefaellestrecke_Verbinder" class="shape" title="" shapeMode="0" /></div><div>Gefaellestrecke_Verbinder</div></div>
<div class="paletteItem"><div><img id="s_Gefaellestrecke2D" class="shape" title="" family="Gefaellestrecke" shapeMode="0" src="SSG/shapes/img/Gefaellestrecke.png" /></div><div>Gefällestrecke2D</div></div>
<div class="paletteItem"><div><img id="s_ap110" class="shape" title="" family="OFGerade" shapeMode="0" /></div><div>AP110</div></div>
</palette>
@@ -5,7 +5,6 @@
"icon": "SSG/shapes/img/AP_32px.png",
"iconBig": "SSG/shapes/img/AP_64px.png",
"srcSVG": "SSG/shapes/svg/s_Gerade_AP110.xml",
"src3D": "SSG/shapes/obj/s_Gerade_AP110.stl",
"width": 158.7402,
"height": 3779.5276,
"depth": 415.748,
@@ -0,0 +1,13 @@
{
"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"
}
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
<g transform="rotate(0)">
<svg viewBox="0 0 264.58 264.58" preserveAspectRatio="none" position="absolute" overflow="visible">
<path d="m132.29-2.5e-6v264.58" fill="none" stroke="#ffe31b" stroke-opacity="1" stroke-width="1px" />
</svg>
</g>
</svg>