Merge branch 'feature/RipristinoSiemens' of https://gitlab.steamware.net/egalware-cadcam/interfacce/egtbeamwall into feature/RipristinoSiemens

This commit is contained in:
Emmanuele Sassi
2026-06-01 18:48:18 +02:00
16 changed files with 103 additions and 56 deletions
@@ -105,7 +105,9 @@ Module MyExecProcessManager
End If
If nPreRotate > 0 Then
Dim dAng As Integer = nPreRotate * 90
PartItem.ForwardRotation(True, True, dAng, False)
Application.Current.Dispatcher.BeginInvoke(Sub()
PartItem.ForwardRotation(True, True, dAng, False)
End Sub)
End If
Dim prefix As String = "INFONGEPART_"