simplify debugging of changing datum constraints
This commit is contained in:
@@ -127,16 +127,6 @@ PyObject *Constraint::getPyObject(void)
|
||||
return new ConstraintPy(new Constraint(*this));
|
||||
}
|
||||
|
||||
void Constraint::setValue(double newValue)
|
||||
{
|
||||
Value = newValue;
|
||||
}
|
||||
|
||||
double Constraint::getValue() const
|
||||
{
|
||||
return Value;
|
||||
}
|
||||
|
||||
Quantity Constraint::getPresentationValue() const
|
||||
{
|
||||
Quantity quantity;
|
||||
|
||||
Reference in New Issue
Block a user