Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
This commit is contained in:
commit
bf7bc3532e
|
@ -456,6 +456,7 @@ std::string ConstraintPy::representation(void) const
|
||||||
else
|
else
|
||||||
result << "'AngleViaPoint'>";
|
result << "'AngleViaPoint'>";
|
||||||
break;
|
break;
|
||||||
|
case Symmetric : result << "'Symmetric'>"; break;
|
||||||
case SnellsLaw : result << "'SnellsLaw'>"; break;
|
case SnellsLaw : result << "'SnellsLaw'>"; break;
|
||||||
case InternalAlignment :
|
case InternalAlignment :
|
||||||
switch(this->getConstraintPtr()->AlignmentType) {
|
switch(this->getConstraintPtr()->AlignmentType) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user