]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs
#3458 box HausdorffDistancePointSetFilter
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleVectorsVisu.bbs
index 0b0627ad6ec7815cb3f43e00f29f4e83ed247b57..03a4658a0bc7b291a052017b0728dc0ab122d1e3 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
 # - BBTKGEditor v 1.4 BBS BlackBox Script
-# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs
+# - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs
 # ----------------------------------
 
 # BBTK GEditor Script
@@ -22,7 +22,8 @@ new vtk:MaskPoint Box01
   set Box01.Ratio "1"
 
 new creaVtk:VectorsVisu Box02
-  set Box02.ScaleFactor "100"
+  set Box02.Active "true"
+  set Box02.ScaleFactor "1"
 
 new creaMaracasVisu:ViewerNV Box03
   set Box03.nTypeView "5"
@@ -40,10 +41,10 @@ new vtk:LoadHola Box07
 new vtk:StructuredPointsReader Box08
   set Box08.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk"
 
-new std:ConcatStrings Box09
-  set Box09.In2 "/creaVtk/Vectors.vtk"
+new std:Configuration Box09
 
-new std:Configuration Box10
+new std:ConcatStrings Box10
+  set Box10.In2 "/creaVtk/Vectors.vtk"
 
 
 connect Box01.Out Box02.In
@@ -60,9 +61,9 @@ connect Box07.Out Box03.In
 
 connect Box08.Out Box01.In
 
-connect Box10.DataPath Box09.In1
+connect Box09.DataPath Box10.In1
 
-connect Box09.Out Box08.In
+connect Box10.Out Box08.In