Fix autoconstraints of arcslot tool.
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
283c4d7ef5
commit
ea5abfda0d
@@ -204,9 +204,11 @@ private:
|
||||
|
||||
if (constructionMethod() == ConstructionMethod::ArcSlot) {
|
||||
generateAutoConstraintsOnElement(ac2,
|
||||
getHighestCurveIndex() - 2,
|
||||
Sketcher::PointPos::mid);
|
||||
generateAutoConstraintsOnElement(ac3,
|
||||
getHighestCurveIndex() - 1,
|
||||
Sketcher::PointPos::mid);
|
||||
generateAutoConstraintsOnElement(ac3, getHighestCurveIndex(), Sketcher::PointPos::mid);
|
||||
}
|
||||
else {
|
||||
generateAutoConstraintsOnElement(ac2,
|
||||
|
||||
Reference in New Issue
Block a user