PartDesign: Allow Draft negative angles
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user