Sketcher Solver: Means to reset the initilization of movement

=============================================================

Just amazed it was working "so well" without never reseting to zero this.

It might bring advantages and close bugs... who knows!
This commit is contained in:
Abdullah Tahiri
2017-12-11 16:21:03 +01:00
committed by wmayer
parent a309e417fc
commit f2cca2e05a
3 changed files with 13 additions and 1 deletions

View File

@@ -3185,6 +3185,11 @@ int Sketch::initMove(int geoId, PointPos pos, bool fine)
return 0;
}
void Sketch::resetInitMove()
{
isInitMove = false;
}
int Sketch::movePoint(int geoId, PointPos pos, Base::Vector3d toPoint, bool relative)
{
geoId = checkGeoId(geoId);