This commit is contained in:
@@ -197,13 +197,13 @@ namespace 头罩视野.Views
|
||||
|
||||
if (isBlank)
|
||||
{
|
||||
// 遮光模式:限制角度范围 52 ~ 68
|
||||
if (botViAnInt < 45)
|
||||
finalAngle = 52;
|
||||
else if (botViAnInt > 70)
|
||||
finalAngle = 68;
|
||||
else
|
||||
finalAngle = botViAnInt;
|
||||
//// 遮光模式:限制角度范围 52 ~ 68
|
||||
//if (botViAnInt < 45)
|
||||
// finalAngle = 52;
|
||||
//else if (botViAnInt > 70)
|
||||
// finalAngle = 68;
|
||||
|
||||
finalAngle = botViAnInt;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -255,7 +255,7 @@ namespace 头罩视野.Views
|
||||
zsysaveSum.Text = zongNum1.ToString("0.00");//总视野保存率
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//if (double.TryParse(smsyarea.Text, out double totalAreaForRate))
|
||||
//{
|
||||
// double binocularRate = GetArea.CalcVisionRate(totalAreaForRate);
|
||||
|
||||
Reference in New Issue
Block a user