OnRemoved Event bei Gefällestrecke hinzugefügt

This commit is contained in:
2024-12-19 12:10:56 +01:00
parent df28bc9f40
commit 35f03049e6
6 changed files with 75 additions and 6 deletions
@@ -0,0 +1,55 @@
{
"shapeMode": 0,
"name": "Etagenförderer",
"family": "Foerderer",
"description": "ETF",
"icon": "SSG/shapes/img/Foerderer_32.png",
"iconBig": "SSG/shapes/img/Foerderer_64.png",
"srcSVG": "SSG/shapes/svg/s_Foerderer.xml",
"text": "O",
"width": 377.9528,
"height": 6047.2441,
"depth": 755.9055,
"behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)",
"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": "Gefaellestrecke",
"label": "H_1",
"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": "Gefaellestrecke",
"label": "H_0",
"isDimension": true
}
],
"eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked,OnRemoved"
}
@@ -95,5 +95,5 @@
"isDimension": true
}
],
"eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked"
"eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked,OnRemoved"
}
@@ -10,5 +10,5 @@
"height": 6047.2441,
"depth": 340.1575,
"behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)(ORIGIN=CENTER)",
"eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked"
"eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked,OnRemoved"
}
@@ -48,5 +48,5 @@
"isDimension": true
}
],
"eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick"
}
"eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick,OnRemoved"
}
@@ -48,5 +48,5 @@
"isDimension": true
}
],
"eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick"
}
"eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick,OnRemoved"
}
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<g transform="rotate(0)">
<svg viewBox="0 0 26.45833 264.58333" preserveAspectRatio="none" position="absolute" overflow="visible">
<defs />
<g d="layer1" transform="translate(0,-13.203638)">
<path style="opacity:0.94;fill:none;stroke-opacity:1" d="M 13.65157,13.203638 V 277.78696" stroke-width="1px" stroke="#b9bfee"/>
</g>
<g transform="translate(-2.2828654,-13.048261)" style="fill:#000000;fill-opacity:1">
<path style="opacity:0.94;mix-blend-mode:normal;fill:#000000;fill-opacity:1;stroke-opacity:1;stroke-dasharray:10,10" d="M 13.65157,13.203638 V 277.78696" stroke-width="1px" stroke="#b9bfee"/>
</g>
</svg>
</g>
</svg>