Sketcher: Snap: Add 'Snap at angle' to Arc of Ellipse DSH.
This commit is contained in:
@@ -176,6 +176,7 @@ public:
|
||||
if (Mode==STATUS_SEEK_First){
|
||||
EditCurve[0] = onSketchPos;
|
||||
centerPoint = onSketchPos;
|
||||
setAngleSnapping(true, centerPoint);
|
||||
Mode = STATUS_SEEK_Second;
|
||||
}
|
||||
else if(Mode==STATUS_SEEK_Second) {
|
||||
@@ -192,6 +193,7 @@ public:
|
||||
else { // Fourth
|
||||
endPoint = onSketchPos;
|
||||
|
||||
setAngleSnapping(false);
|
||||
Mode = STATUS_Close;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user