Neigungswinkel für OF Gerade implementiert

This commit is contained in:
Simon Schmutzler
2025-03-05 15:10:21 +01:00
parent 88f91b7837
commit a05b2f6a2b
5 changed files with 42 additions and 30 deletions
Binary file not shown.
@@ -18,4 +18,5 @@
<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>
<div class="paletteItem"><div><img id="s_ap110_2d" class="shape" title="" family="OFGerade" shapeMode="0" /></div><div>AP110_2D</div></div>
</palette>
@@ -9,6 +9,22 @@
"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",
@@ -0,0 +1,12 @@
{
"shapeMode": 0,
"name": "AP110_2D",
"family": "OFGerade",
"icon": "SSG/shapes/img/",
"srcSVG": "SSG/shapes/svg/s_ap110_2d.xml",
"width": 158.7402,
"height": 3779.5276,
"depth": 415.748,
"behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)",
"eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked"
}