]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkPlaneWidget.cxx
#3525 Python descrition
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkPlaneWidget.cxx
index f45306d2d509adad819bbbe7ddb3797cae84c913..23d3d8b4e6911fa47802e4b71bc1e64a7f366247 100644 (file)
@@ -8,10 +8,11 @@ namespace bbcreaVtk
 
 
 
-void boxcreaVtkPlaneWidget::Execute()  // virutal
+void boxcreaVtkPlaneWidget::Execute()  // virtual
 {
     std::vector<double> center = _box->_boxcreavtkplanewidget.GetCenter();
     std::vector<double> normal = _box->_boxcreavtkplanewidget.GetNormal();
+    SetNormalIn( normal );
     double  delta   = 0.00000001;
     bool    ok      = false;
     
@@ -47,7 +48,6 @@ void boxcreaVtkPlaneWidget::Execute()  // virutal
 //       _box->bbSignalOutputModification(std::string("Center"));
 //       _box->bbSignalOutputModification(std::string("Normal"));
         _box->bbSignalOutputModification();
-
     }
 }