Compare commits
1 Commits
master
...
patch-prin
Author | SHA1 | Date | |
---|---|---|---|
![]() |
07d224e25f |
|
@ -484,6 +484,7 @@ std::string ConstraintPy::representation(void) const
|
|||
case Coincident : result << "'Coincident'>";break;
|
||||
case Horizontal : result << "'Horizontal' (" << getConstraintPtr()->First << ")>";break;
|
||||
case Vertical : result << "'Vertical' (" << getConstraintPtr()->First << ")>";break;
|
||||
case Radius : result << "'Radius'>";break;
|
||||
case Parallel : result << "'Parallel'>";break;
|
||||
case Tangent :
|
||||
if (this->getConstraintPtr()->Third == Constraint::GeoUndef)
|
||||
|
|
Loading…
Reference in New Issue
Block a user