]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuShowNPoints.cxx
#3511 Add Patch option in Mesh_tool_ApplySurface
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuShowNPoints.cxx
index bca02d79090bb07defe2a29f865e7a63e06305a4..5103f9c5b2ddde1a8b1c5318b2d8ba53aa9bc837 100644 (file)
@@ -111,9 +111,9 @@ void ShowNPoints::Process()
                mwxwidget->SetOpacity( bbGetInputOpacity() );
                mwxwidget->SetRadio( bbGetInputRadio() );
 
-        if (firsttime==true)
-        {
-            firsttime=false;
+//        if (firsttime==true)
+//        {
+//            firsttime=false;
             if ( mwxwidget->GetModelShowNPoints()->GetFirstTime()==false )
             {
                 mwxwidget->DetectCollectionActive();
@@ -123,7 +123,7 @@ void ShowNPoints::Process()
                 mwxwidget->GetModelShowNPoints()->SetFirstTime(false);
                 mwxwidget->SetInitLstPoints( bbGetInputInitLstPointsX() , bbGetInputInitLstPointsY() , bbGetInputInitLstPointsZ() , bbGetInputInitLstLabels() ,  bbGetInputInitLstIndexs() );
             }
-        } // firsttime OJO machete Eduardo pour Adreas a verificar
+//        } // firsttime OJO machete Eduardo pour Adreas a verificar
         
         mwxwidget->AutoAddPoints();
         mwxwidget->TrackingPoint();