PartDesign: Allow Draft negative angles

This commit is contained in:
Ziad
2025-02-13 23:08:43 +02:00
committed by Chris Hennes
parent 9656bdb9fb
commit 4bad514bd7

View File

@@ -58,7 +58,7 @@ using namespace PartDesign;
PROPERTY_SOURCE(PartDesign::Draft, PartDesign::DressUp)
const App::PropertyAngle::Constraints Draft::floatAngle = { 0.0, 90.0 - Base::toDegrees<double>(Precision::Angular()), 0.1 };
const App::PropertyAngle::Constraints Draft::floatAngle = { -90.0, 90.0 - Base::toDegrees<double>(Precision::Angular()), 0.1 };
Draft::Draft()
{