EgtBEAMWALL :

- aggiunto nuovo calcolo solidi per assemblaggio, verificato e commentato.
This commit is contained in:
Dario Sassi
2025-10-13 12:31:22 +02:00
parent 1637651865
commit ca19208365
3 changed files with 7 additions and 1 deletions
@@ -1122,7 +1122,9 @@ Public Class BTLStructureVM
Dim bOn As Boolean = EgtBeamGetBuildingIsOn()
If bShow <> bOn Then
'If bShow Then EgtBeamCalcAllSolids(True)
EgtBeamShowBuilding(bShow)
'If Not bShow Then EgtBeamShowAllSolids(False)
End If
' ripristino precedente impostazione modificato
@@ -58,7 +58,11 @@ Public Class MyStatusBarVM
' Costringo ad aggiornare
UpdateUI()
' Eventuale attesa
Thread.Sleep(nPause)
If nPause >= 0 Then
Thread.Sleep(nPause)
'ElseIf nPause = 1 Then
' EgtDraw()
End If
' Ritorno eventuale stop
If m_bStopProgress Then
m_bStopProgress = False
Binary file not shown.