X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Transformation.cpp;h=dcbe96667a82d537539bf8b6d19d67c5d492264b;hb=d3883990177d27a12b8a2278cdbb82250ff19b79;hp=47f32f7b550213e411718ed771ad3de8e7a5f604;hpb=79b1a844d2efcc1b4c7acf43c27c97aa3accd8da;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Transformation.cpp b/src/SketcherPrs/SketcherPrs_Transformation.cpp index 47f32f7b5..dcbe96667 100644 --- a/src/SketcherPrs/SketcherPrs_Transformation.cpp +++ b/src/SketcherPrs/SketcherPrs_Transformation.cpp @@ -47,12 +47,6 @@ bool SketcherPrs_Transformation::updatePoints(double theStep) const gp_Pnt aP1; for (i = 0; i < aNbB; i++) { aObj = anAttrB->object(i); - if (!aObj.get()) // TODO:empty_result - // this check should be removed here after the result flush is corrected - // the problem is, that feature::execute() flushes redisplay by each result creation - // but it is possible(e.g. in the sketch circle, that there should be more than one result. - // Here, crash happens, because the second result is not created yet - continue; aP1 = aMgr->getPosition(aObj, this, theStep); myPntArray->SetVertice(i + 1, aP1); }