]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkPlaneWidget_Base.h
#3515 bbcreaVtkPlaneWidget_Base Set origin with no Box action
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkPlaneWidget_Base.h
index 5d8616b1c35c5d30291457bcb53a4ce9fa68a031..4d0283e57c106fcf8be366376ba10da7c0584ee6 100644 (file)
@@ -41,7 +41,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(PlaneWidget_Base,bbtk::AtomicBlackBox);
   BBTK_INPUT(PlaneWidget_Base,In,"Base creaVtkPlaneWidget ", creaVtkPlaneWidget* ,"");
   BBTK_INPUT(PlaneWidget_Base,Type,"(default 0) 0:nothing  1:Move Normal Direction (Param=step) 2:Set Normal (ParamVector=Normal)   3:Set Origin (ParamVector=Origin)", int ,"");
   BBTK_INPUT(PlaneWidget_Base,Param,"Type=1 step ", double ,"");
-  BBTK_INPUT(PlaneWidget_Base,ParamVector,"Type=2 Set normal, Type=3 Set origin", std::vector<double> ,"");
+  BBTK_INPUT(PlaneWidget_Base,ParamVector,"Type=2 Set normal, Type=3 Set origin of the plane with no Box action", std::vector<double> ,"");
 //  BBTK_OUTPUT(PlaneWidget_Base,Out,"First output",double,"");
 BBTK_END_DESCRIBE_BLACK_BOX(PlaneWidget_Base);
 //=====