Compare commits
No commits in common. "patch-print-radius" and "master" have entirely different histories.
patch-prin
...
master
|
@ -484,7 +484,6 @@ std::string ConstraintPy::representation(void) const
|
||||||
case Coincident : result << "'Coincident'>";break;
|
case Coincident : result << "'Coincident'>";break;
|
||||||
case Horizontal : result << "'Horizontal' (" << getConstraintPtr()->First << ")>";break;
|
case Horizontal : result << "'Horizontal' (" << getConstraintPtr()->First << ")>";break;
|
||||||
case Vertical : result << "'Vertical' (" << getConstraintPtr()->First << ")>";break;
|
case Vertical : result << "'Vertical' (" << getConstraintPtr()->First << ")>";break;
|
||||||
case Radius : result << "'Radius'>";break;
|
|
||||||
case Parallel : result << "'Parallel'>";break;
|
case Parallel : result << "'Parallel'>";break;
|
||||||
case Tangent :
|
case Tangent :
|
||||||
if (this->getConstraintPtr()->Third == Constraint::GeoUndef)
|
if (this->getConstraintPtr()->Third == Constraint::GeoUndef)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user