]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Interface.bbs
#3270 creaVtk Feature New Normal - PolyDataToImageData Box
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / VolumeVectorVisu_Interface.bbs
index 914eb27c8cd6d5381780865f14ca9fea5cce33a8..eee2eb6522734b52114b9d1e661d87b3bf36ae32 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
-# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Interface.bbs
+# - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Interface.bbs
 # ----------------------------------
 
 include std
@@ -15,7 +15,7 @@ description "Description ??"
 
 category "<VOID>"
 
-new Slider Box00
+new wx:Slider Box00
   set Box00.In "30"
   set Box00.Label "true"
   set Box00.Max "1000"
@@ -23,19 +23,19 @@ new Slider Box00
   set Box00.ReactiveOnTrack "true"
   set Box00.Title "Ratio"
 
-new MultipleInputs Box02
+new std:MultipleInputs Box02
   set Box02.BoxProcessMode "Reactive"
 
-new LayoutLine Box03
+new wx:LayoutLine Box03
   set Box03.WinTitle "Volume flield"
 
-new LayoutTab Box04
+new wx:LayoutTab Box04
 
-new CheckBox Box05
+new wx:CheckBox Box05
   set Box05.ReactiveOnKeystroke "true"
   set Box05.Title "Active Vectors"
 
-new Slider Box06
+new wx:Slider Box06
   set Box06.In "100"
   set Box06.Label "true"
   set Box06.Max "100"
@@ -43,21 +43,28 @@ new Slider Box06
   set Box06.ReactiveOnTrack "true"
   set Box06.Title "Opacity"
 
-new Div Box07
+new std:Div Box07
   set Box07.In2 "100.0"
 
-new Slider Box08
+new wx:Slider Box08
   set Box08.ChangeResolution "true"
   set Box08.In "100"
   set Box08.Label "true"
-  set Box08.Max "500000"
+  set Box08.Max "5000"
   set Box08.Min "1"
   set Box08.ReactiveOnTrack "true"
   set Box08.Title "Scale Factor"
 
-new Div Box09
+new std:Div Box09
   set Box09.In2 "100.0"
 
+new wx:ComboBox Box10
+  set Box10.In "Line Arrow"
+  set Box10.Title "Form"
+
+new wx:LayoutLine Box11
+  set Box11.Orientation "H"
+
 
 connect Box00.BoxChange Box02.In1
 connect Box00.Widget Box03.Widget2
@@ -69,8 +76,11 @@ connect Box06.Out Box07.In1
 connect Box08.Out Box09.In1
 connect Box06.BoxChange Box02.In4
 connect Box08.BoxChange Box02.In5
-connect Box08.Widget Box03.Widget5
 connect Box02.BoxChange Box04.BoxExecute
+connect Box08.Widget Box11.Widget1
+connect Box10.Widget Box11.Widget2
+connect Box11.Widget Box03.Widget5
+connect Box10.BoxChange Box02.In6
 
 # Complex input ports
 
@@ -81,6 +91,7 @@ output AcitiveVector Box05.Out " "
 output Opacity Box07.Out " "
 output ScaleFactor Box09.Out " "
 output Ratio Box00.Out " "
+output form Box10.Out " "
 
 
 endefine