Merge Konflikt bereinigt

This commit is contained in:
2024-06-26 14:33:14 +02:00
5 changed files with 13 additions and 7 deletions
Binary file not shown.
@@ -5,6 +5,7 @@
"icon": "SSG/shapes/img/Eckrad_32x32.png", "icon": "SSG/shapes/img/Eckrad_32x32.png",
"iconBig": "SSG/shapes/img/Eckrad_64x64.png", "iconBig": "SSG/shapes/img/Eckrad_64x64.png",
"srcSVG": "SSG/shapes/svg/s_Eckrad.xml", "srcSVG": "SSG/shapes/svg/s_Eckrad.xml",
"src3D": "SSG/shapes/obj/s_Eckrad.stl",
"width": 3023.622, "width": 3023.622,
"height": 3023.622, "height": 3023.622,
"depth": 1897.3228, "depth": 1897.3228,
@@ -5,6 +5,7 @@
"icon": "SSG/shapes/img/Gefaellestrecke.png", "icon": "SSG/shapes/img/Gefaellestrecke.png",
"iconBig": "SSG/shapes/img/Gefaellestrecke.png", "iconBig": "SSG/shapes/img/Gefaellestrecke.png",
"srcSVG": "SSG/shapes/svg/s_Gefaellestrecke.xml", "srcSVG": "SSG/shapes/svg/s_Gefaellestrecke.xml",
"src3D": "SSG/shapes/obj/s_Gefaellestrecke.stl",
"text": "^", "text": "^",
"width": 1625.1969, "width": 1625.1969,
"height": 6047.2441, "height": 6047.2441,
@@ -95,4 +96,4 @@
} }
], ],
"eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked" "eventClass": "OnInserted,OnDoubleclick,OnPasted,OnLinked"
} }
+1 -1
View File
@@ -15,4 +15,4 @@
</g> </g>
</svg> </svg>
</g> </g>
</svg> </svg>
+9 -5
View File
@@ -3769,6 +3769,7 @@ KreiselData.AbstandMS+(KreiselData.Durchmesser/2)
<PAR Name="GefaelleDefinition"> <PAR Name="GefaelleDefinition">
<EXP><![CDATA[$=$Shape_Prototype.GefaelleDefinition]]></EXP> <EXP><![CDATA[$=$Shape_Prototype.GefaelleDefinition]]></EXP>
</PAR> </PAR>
<PAR Name="StreckeDefinition" />
<PAR Name="FoerdererDefinition" /> <PAR Name="FoerdererDefinition" />
<PAR Name="WeicheDefinition" /> <PAR Name="WeicheDefinition" />
<PAR Name="BTMTBeladungDefinition" /> <PAR Name="BTMTBeladungDefinition" />
@@ -3788,7 +3789,9 @@ KreiselData.AbstandMS+(KreiselData.Durchmesser/2)
<PAR Name="description" /> <PAR Name="description" />
<PAR Name="x" /> <PAR Name="x" />
<PAR Name="y" /> <PAR Name="y" />
<PAR Name="z" /> <PAR Name="z">
<EXP><![CDATA[$=$Shape_Prototype.EckradDefinition.Hoehe]]></EXP>
</PAR>
<PAR Name="width"> <PAR Name="width">
<EXP><![CDATA[$=$ConvertFromPixel(Shape_Prototype.width, "mm", 96)]]></EXP> <EXP><![CDATA[$=$ConvertFromPixel(Shape_Prototype.width, "mm", 96)]]></EXP>
</PAR> </PAR>
@@ -3834,7 +3837,6 @@ KreiselData.AbstandMS+(KreiselData.Durchmesser/2)
<PAR Name="pinned" /> <PAR Name="pinned" />
<PAR Name="selected" /> <PAR Name="selected" />
<PAR Name="includeInBOM" /> <PAR Name="includeInBOM" />
<PAR Name="StreckeDefinition" />
</SET_STRUCT> </SET_STRUCT>
</GROUP> </GROUP>
</CASEGROUP> </CASEGROUP>
@@ -4021,7 +4023,9 @@ KreiselData.AbstandMS+(KreiselData.Durchmesser/2)
<PAR Name="description" /> <PAR Name="description" />
<PAR Name="x" /> <PAR Name="x" />
<PAR Name="y" /> <PAR Name="y" />
<PAR Name="z" /> <PAR Name="z">
<EXP><![CDATA[$=$Shape_Prototype.GefaelleDefinition.HoeheUnten + (Shape_Prototype.GefaelleDefinition.HoeheOben - Shape_Prototype.GefaelleDefinition.HoeheUnten)/2 ]]></EXP>
</PAR>
<PAR Name="width"> <PAR Name="width">
<EXP><![CDATA[$=$ConvertFromPixel(Shape_Prototype.width, "mm", 96)]]></EXP> <EXP><![CDATA[$=$ConvertFromPixel(Shape_Prototype.width, "mm", 96)]]></EXP>
</PAR> </PAR>
@@ -6732,7 +6736,7 @@ ShapeTotalLength-SSGConnectionPoint.x_S-(KreiselData.Durchmesser/2)
<PAR Name="AdvancedOptions" /> <PAR Name="AdvancedOptions" />
</SET> </SET>
<IFTHENELSE Id="RDK:18729636"> <IFTHENELSE Id="RDK:18729636">
<VALUECONDITION Value="true"> <VALUECONDITION Value="true" Oper="OR">
<EXP><![CDATA[$=$-Delta_h/foerdererData.L1=Tan(alpha_s)]]></EXP> <EXP><![CDATA[$=$-Delta_h/foerdererData.L1=Tan(alpha_s)]]></EXP>
</VALUECONDITION> </VALUECONDITION>
<GROUP Id="RDK:18729637" SubType="Then"> <GROUP Id="RDK:18729637" SubType="Then">
@@ -23761,4 +23765,4 @@ ShapeList["id="+Param.Input[1].shapeID].name
</PROFILES_DATA> </PROFILES_DATA>
<BOM_DATA /> <BOM_DATA />
</EXTERNAL_DATA> </EXTERNAL_DATA>
</PROCESS> </PROCESS>