]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/bbs/boxes/AddMeshB.bbs
#3037 creaWT Bug New Normal - AddMesh update
[creaWT.git] / wt / bbtk_wt_PKG / bbs / boxes / AddMeshB.bbs
index f6211108e51148ac8cf49ff0cbc0022a2524c7fd..0c6fe2128954ca64732ca25e59c16358570542bb 100644 (file)
@@ -16,26 +16,26 @@ description "Description ??"
 
 category "<VOID>"
 
-new RandomString Box04
+new std:RandomString Box04
   set Box04.BoxProcessMode "Reactive"
 
-new ConcatStrings Box05
+new std:ConcatStrings Box05
   set Box05.In1 "mesh_"
   set Box05.In3 ".vtk"
 
-new ConcatStrings Box06
+new std:ConcatStrings Box06
   set Box06.In1 "imagesTMP/"
 
-new ConcatStrings Box07
+new std:ConcatStrings Box07
 
-new PolyDataWriter Box09
+new vtk:PolyDataWriter Box09
 
-new AddMesh Box10
+new wt:AddMesh Box10
 
-new MultipleInputs Box11
+new std:MultipleInputs Box11
   set Box11.BoxProcessMode "Reactive"
 
-new GetConfigServerWt Box12
+new wt:GetConfigServerWt Box12
 
 
 connect Box04.Out Box05.In2
@@ -43,10 +43,10 @@ connect Box05.Out Box06.In2
 connect Box06.Out Box07.In2
 connect Box07.Out Box09.Filename
 connect Box06.Out Box10.Mesh
-connect Box11.BoxChange Box09.BoxExecute
+connect Box12.DocRoot Box07.In1
 connect Box11.BoxChange Box10.BoxExecute
 connect Box11.BoxChange Box04.BoxExecute
-connect Box12.DocRoot Box07.In1
+connect Box11.BoxChange Box09.BoxExecute
 
 # Complex input ports
 input vtkPolyData Box09.In " "
@@ -54,7 +54,6 @@ input viewerwt Box10.ViewerWt " "
 input boxExecute Box11.BoxExecute " "
 
 # Complex output ports
-output out Box11.BoxChange " "
 
 message