Kurve 30 und 60 sind zugefügt. Die Kurve_90_rechts und Kurve_90_links sind gelöscht.

This commit is contained in:
2024-09-24 11:08:45 +02:00
parent e64feea47a
commit 68197f4fd3
21 changed files with 319 additions and 92 deletions
@@ -0,0 +1,52 @@
{
"shapeMode": 0,
"name": "30 Kurve",
"family": "Strecke",
"icon": "SSG/shapes/img/Kurve_30_32px.png",
"iconBig": "SSG/shapes/img/Kurve_30_64px.png",
"srcSVG": "SSG/shapes/svg/s_Kurve_30.xml",
"width": 202.5449,
"height": 755.9055,
"behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)",
"connectionPoints": [
{
"id": "cp1",
"x": 1000.0,
"y": 0.0,
"z": 0.0,
"xMin": "",
"xMax": "",
"xStep": "",
"yMin": "",
"yMax": "",
"yStep": "",
"zMin": "",
"zMax": "",
"zStep": "",
"direction": 30.0,
"linkClass": "Gefaellestrecke",
"label": "H0",
"isDimension": true
},
{
"id": "cp2",
"x": 0.0,
"y": 1000.0,
"z": 0.0,
"xMin": "",
"xMax": "",
"xStep": "",
"yMin": "",
"yMax": "",
"yStep": "",
"zMin": "",
"zMax": "",
"zStep": "",
"direction": 180.0,
"linkClass": "Gefaellestrecke",
"label": "H1",
"isDimension": true
}
],
"eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick"
}
@@ -0,0 +1,52 @@
{
"shapeMode": 0,
"name": "60 Kurve",
"family": "Strecke",
"icon": "SSG/shapes/img/Kurve_60_32px.png",
"iconBig": "SSG/shapes/img/Kurve_60_64px.png",
"srcSVG": "SSG/shapes/svg/s_Kurve_60.xml",
"width": 755.9055,
"height": 1309.2661,
"behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)",
"connectionPoints": [
{
"id": "cp1",
"x": 1000.0,
"y": 0.0,
"z": 0.0,
"xMin": "",
"xMax": "",
"xStep": "",
"yMin": "",
"yMax": "",
"yStep": "",
"zMin": "",
"zMax": "",
"zStep": "",
"direction": 60.0,
"linkClass": "Gefaellestrecke",
"label": "H0",
"isDimension": true
},
{
"id": "cp2",
"x": 0.0,
"y": 1000.0,
"z": 0.0,
"xMin": "",
"xMax": "",
"xStep": "",
"yMin": "",
"yMax": "",
"yStep": "",
"zMin": "",
"zMax": "",
"zStep": "",
"direction": 180.0,
"linkClass": "Gefaellestrecke",
"label": "H1",
"isDimension": true
}
],
"eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick"
}
+29 -26
View File
@@ -1,32 +1,14 @@
{
"shapeMode": 0,
"name": "Kurve 90",
"name": "90 Kurve",
"family": "Strecke",
"icon": "SSG/shapes/img/",
"icon": "SSG/shapes/img/Kurve_90_32px.png",
"iconBig": "SSG/shapes/img/Kurve_90_64px.png",
"srcSVG": "SSG/shapes/svg/s_Kurve_90.xml",
"width": 1889.7638,
"height": 1889.7638,
"depth": 755.9055,
"behaviour": "(NOSTRETCH)(NOEDIT)(HIDEDIMENSIONS)(HIDECOORDINATES)(HIDEROTATION)(HIDEPIN)(HIDELAYER)(HIDEUPDATEBUTTON)(ORIGIN=CENTER)",
"width": 1511.811,
"height": 1511.811,
"behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)",
"connectionPoints": [
{
"id": "cp0",
"x": 0.0,
"y": 1000.0,
"z": 0.0,
"xMin": "",
"xMax": "",
"xStep": "",
"yMin": "",
"yMax": "",
"yStep": "",
"zMin": "",
"zMax": "",
"zStep": "",
"direction": 180.0,
"label": "",
"isDimension": true
},
{
"id": "cp1",
"x": 1000.0,
@@ -42,8 +24,29 @@
"zMax": "",
"zStep": "",
"direction": 90.0,
"label": "",
"linkClass": "Gefaellestrecke",
"label": "H0",
"isDimension": true
},
{
"id": "cp2",
"x": 0.0,
"y": 1000.0,
"z": 0.0,
"xMin": "",
"xMax": "",
"xStep": "",
"yMin": "",
"yMax": "",
"yStep": "",
"zMin": "",
"zMax": "",
"zStep": "",
"direction": 180.0,
"linkClass": "Gefaellestrecke",
"label": "H1",
"isDimension": true
}
]
],
"eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick"
}