]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Interface.bbs
#3182 creaVtk Feature New Normal - Clean PlaneVecterVisu_Widget
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / VectorsVisu_Interface.bbs
index 67df3f7ca21cd23cf830f5e565b8b23981337e7f..97821ba7ea95934c8964933b174b514f5a6710e0 100644 (file)
@@ -41,7 +41,7 @@ new wx:Slider Box06
   set Box06.ChangeResolution "true"
   set Box06.In "100"
   set Box06.Label "true"
-  set Box06.Max "500000"
+  set Box06.Max "50000"
   set Box06.Min "1"
   set Box06.ReactiveOnTrack "true"
   set Box06.Title "Scale Factor"
@@ -57,6 +57,15 @@ new wx:LayoutLine Box09
   set Box09.Orientation "H"
   set Box09.WinTitle "Vector field"
 
+new wx:Slider Box10
+  set Box10.ChangeResolution "true"
+  set Box10.In "100"
+  set Box10.Label "true"
+  set Box10.Max "200"
+  set Box10.Min "1"
+  set Box10.ReactiveOnTrack "true"
+  set Box10.Title "Resolution"
+
 
 connect Box01.Widget Box03.Widget2
 connect Box01.Out Box02.In1
@@ -69,6 +78,8 @@ connect Box06.Out Box07.In1
 connect Box08.Widget Box09.Widget2
 connect Box00.Widget Box09.Widget1
 connect Box09.Widget Box03.Widget1
+connect Box10.Widget Box03.Widget4
+connect Box10.BoxChange Box05.In4
 
 # Complex input ports
 
@@ -79,6 +90,7 @@ output active Box00.Out " "
 output ScaleFactor Box07.Out " "
 output boxChange Box05.BoxChange " "
 output Type Box08.Out " "
+output Resolution Box10.Out " "
 
 
 endefine