Integration 2.6d4 :
- modifiche per gestire rotazione Pareti in Vista.
This commit is contained in:
@@ -763,6 +763,11 @@ namespace ib.essetre.integration.egaltech
|
||||
readPart.inverted = (double)dRowF["inverted"] ;
|
||||
readPart.rotated = (double)dRowF["rotated"] ;
|
||||
readPart.elementId = (int)dRowF["elementId"] ;
|
||||
if ( Math.Abs(readPart.inverted - 90) < 0.1 || Math.Abs(readPart.inverted - 270) < 0.1) {
|
||||
string sTemp = btlObject.panelLength ;
|
||||
btlObject.panelLength = btlObject.panelWidth ;
|
||||
btlObject.panelWidth = sTemp ;
|
||||
}
|
||||
bFirst = false ;
|
||||
readPart.features = new List<BTL.Feature>() ;
|
||||
}
|
||||
@@ -1275,7 +1280,7 @@ namespace ib.essetre.integration.egaltech
|
||||
int listaProcessesCount = dTab.Rows.Count ;
|
||||
if ( listaProcessesCount > 0) {
|
||||
double wallWidth = Convert.ToDouble( dTab.Rows[0]["width"]) ;
|
||||
panelWidth = wallWidth ;
|
||||
panelWidth = wallWidth + 2 * Constants.PanelOverMat ;
|
||||
}
|
||||
|
||||
return panelWidth ;
|
||||
@@ -1291,7 +1296,7 @@ namespace ib.essetre.integration.egaltech
|
||||
int listaProcessesCount = dTab.Rows.Count ;
|
||||
if ( listaProcessesCount > 0) {
|
||||
double wallWidth = Convert.ToDouble( dTab.Rows[0]["height"]) ;
|
||||
panelWidth = wallWidth ;
|
||||
panelWidth = wallWidth + 2 * Constants.PanelOverMat ;
|
||||
}
|
||||
|
||||
return panelWidth ;
|
||||
|
||||
@@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
|
||||
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
|
||||
// usando l'asterisco '*' come illustrato di seguito:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.6.2.4")]
|
||||
[assembly: AssemblyFileVersion("2.6.2.4")]
|
||||
[assembly: AssemblyVersion("2.6.4.4")]
|
||||
[assembly: AssemblyFileVersion("2.6.4.4")]
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user