]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Widget.bbs
#2446 creaVtk Feature New Normal - Stream Tracer, Stream Line (interface, widget)
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / PlaneVectorVisu_Widget.bbs
index efc73d1e2fb4244394f926b3da0096a408a8bd33..bbeaa56d4248b7a9e8eaf3b7628fb25900208d91 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
-# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Widget.bbs
+# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Widget.bbs
 # ----------------------------------
 
 include std
@@ -30,6 +30,7 @@ new vtkImageDataPointerRelay Box04
 new MagicBox Box05
 
 new PlaneVectorViso_Interface Box06
+  set Box06.typeFormsStr "Line Arrow"
 
 
 connect Box01.BoxChange Box02.In1
@@ -47,6 +48,7 @@ connect Box06.ScaleFactor Box00.ScaleFactor
 connect Box06.boxChange Box02.In2
 connect Box06.Ratio Box01.Resolution
 connect Box06.boxChange Box01.BoxExecute
+connect Box06.typeForm Box00.TypeForm
 
 # Complex input ports
 input vtkImageData Box04.In " "
@@ -56,5 +58,6 @@ input renderer Box05.In " "
 output Widget Box06.widget " "
 output boxchange Box02.BoxChange " "
 
+message    
 
 endefine