]> 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 fef393834f856c68c28d97c12924bb6605ecb906..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