Sketcher: Fixed keeping sign of constraints.
This commit is contained in:
@@ -108,6 +108,11 @@ void Constraint::setValue(double newValue)
|
||||
}
|
||||
|
||||
double Constraint::getValue() const
|
||||
{
|
||||
return Value;
|
||||
}
|
||||
|
||||
double Constraint::getPresentationValue() const
|
||||
{
|
||||
switch (Type) {
|
||||
case Distance:
|
||||
|
||||
Reference in New Issue
Block a user