]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Interface.bbs
random option VolumVector visu
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / VolumeVectorVisu_Interface.bbs
index 1540addf3ca644cb5aa7b4989a512d89345a4bcc..173bacf1e4134acce65495664cc8690551ffaf03 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
-# - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Interface.bbs
+# - /home/davila/Creatis/C11/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Interface.bbs
 # ----------------------------------
 
 include std
@@ -19,7 +19,7 @@ new wx:Slider Box00
   set Box00.ChangeResolution "true"
   set Box00.In "30"
   set Box00.Label "true"
-  set Box00.Max "50"
+  set Box00.Max "10000"
   set Box00.Min "1"
   set Box00.ReactiveOnTrack "true"
   set Box00.Title "Ratio"
@@ -74,6 +74,18 @@ new wx:CheckBox Box13
   set Box13.ReactiveOnKeystroke "true"
   set Box13.Title "Active Box"
 
+new wx:RadioButton Box15
+  set Box15.In0 "No random"
+  set Box15.In1 "Random (0)"
+
+new std:MathOperation Box16
+  set Box16.In2 "-1"
+  set Box16.Type "0"
+
+new wx:LayoutLine Box17
+  set Box17.Orientation "H"
+  set Box17.WinTitle "Volume flield"
+
 
 connect Box00.BoxChange Box02.In1
 connect Box03.Widget Box04.Widget1
@@ -88,11 +100,15 @@ connect Box10.Widget Box11.Widget2
 connect Box10.BoxChange Box02.In6
 connect Box11.Widget Box03.Widget7
 connect Box06.Widget Box03.Widget6
-connect Box00.Widget Box03.Widget2
 connect Box12.Widget Box03.Widget1
 connect Box05.Widget Box12.Widget2
 connect Box13.Widget Box12.Widget1
 connect Box13.BoxChange Box02.In2
+connect Box00.Widget Box17.Widget2
+connect Box15.Widget Box17.Widget4
+connect Box17.Widget Box03.Widget3
+connect Box15.Out Box16.In1
+connect Box15.BoxChange Box02.In8
 
 # Complex input ports
 
@@ -105,6 +121,7 @@ output ScaleFactor Box09.Out " "
 output Ratio Box00.Out " "
 output form Box10.Out " "
 output ActiveBoxWidget Box13.Out " "
+output RandomTypeOut Box16.Out " "
 
 
 endefine