Sketcher: encapsulate Sketch::SolveTime and RecalculateInitialSolutionWhileMovingPoint members
This commit is contained in:
committed by
abdullahtahiriyo
parent
84a8bb5741
commit
b6729a41d7
@@ -294,7 +294,7 @@ int SketchObject::solve(bool updateGeoAfterSolving/*=true*/)
|
||||
Base::Console().Error("Sketch %s has malformed constraints!\n",this->getNameInDocument());
|
||||
}
|
||||
|
||||
lastSolveTime=solvedSketch.SolveTime;
|
||||
lastSolveTime=solvedSketch.getSolveTime();
|
||||
|
||||
if (err == 0 && updateGeoAfterSolving) {
|
||||
// set the newly solved geometry
|
||||
|
||||
Reference in New Issue
Block a user