Setting on 89.9 as a limit, enforce in dialog and properties

This commit is contained in:
bgbsww
2023-11-20 20:42:29 -05:00
committed by wwmayer
parent e7a84ea725
commit aa6da42ca1
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
namespace Part {
const App::PropertyQuantityConstraint::Constraints apexRange = {-90.0, 90.0, 0.1};
const App::PropertyQuantityConstraint::Constraints apexRange = {-89.9, 89.9, 0.1};
const App::PropertyQuantityConstraint::Constraints torusRangeV = {-180.0, 180.0, 1.0};
const App::PropertyQuantityConstraint::Constraints angleRangeU = {0.0, 360.0, 1.0};
const App::PropertyQuantityConstraint::Constraints angleRangeV = {-90.0, 90.0, 1.0};