mbbViewerNV->_point.push_back( (int)GetY() );
mbbViewerNV->_point.push_back( (int)GetZ() );
mbbViewerNV->bbSetOutputPoint( mbbViewerNV->_point );
-// bool ok=true;
-//ED2024-11-01
-// if (mbbViewerNV->bbGetInputReactivityType()==0) { ok=false; }
-// mbbViewerNV->bbSignalOutputModification(std::string("Point"),ok);
- if (mbbViewerNV->bbGetInputReactivityType()==1)
- {
- mbbViewerNV->bbSignalOutputModification(std::string("Point"),true);
- } // if type
+
+ //ED2024-11-01
+ bool ok=true;
+ if (mbbViewerNV->bbGetInputReactivityType()==0) { ok=false; }
+ mbbViewerNV->bbSignalOutputModification(std::string("Point"),ok);
+
+// if (mbbViewerNV->bbGetInputReactivityType()==1)
+// {
+// mbbViewerNV->bbSignalOutputModification(std::string("Point"),true);
+// } // if type
+
} // if X Y Z
wxMaracas_N_ViewersWidget::OnRefreshView(event);