This commit is contained in:
xyy
2026-05-16 10:52:09 +08:00
parent 74e66f51d3
commit ede5b8c9d1

View File

@@ -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);