From d7ba34527fc380adc7ddfa86cec2225a0cb1a124 Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 24 Jul 2023 09:37:26 +0200 Subject: [PATCH] EgtBEAMWALL : - corretta indicazione versione 2.5g1 - conservazione riferimento di feature anche quando ERROR Impossibile creare una feature con questi valori. --- EgtBEAMWALL.Core/BTLModel/BTLFeatureM.vb | 2 +- EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EgtBEAMWALL.Core/BTLModel/BTLFeatureM.vb b/EgtBEAMWALL.Core/BTLModel/BTLFeatureM.vb index b8881bac..60c01a53 100644 --- a/EgtBEAMWALL.Core/BTLModel/BTLFeatureM.vb +++ b/EgtBEAMWALL.Core/BTLModel/BTLFeatureM.vb @@ -554,7 +554,7 @@ Public Class BTLFeatureM ' Impossibile creare una feature con questi valori - ERRORE MessageBox.Show(EgtMsg(61852), EgtMsg(30007)) nFeatureId = EgtBeamModifyProcess(Me.nFeatureId, Me.nSelGRP, Me.nPRC, Me.nSelSIDE, "", Me.nPRID, - New Frame3d(), vPar, sPar, vParQ, nCrvId, nCrv2Id) + Me.frFRAME, vPar, sPar, vParQ, nCrvId, nCrv2Id) SetFeatureId(nFeatureId) bOk = False End If diff --git a/EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb b/EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb index 863248a7..4524f549 100644 --- a/EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb +++ b/EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb @@ -70,5 +70,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - +