]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/boxes/Mesh_Application.bbs
#3544 Mesh Application - Smooth - Refresh contours bug
[creaMaracasVisu.git] / bbtk / bbs / boxes / Mesh_Application.bbs
index 1a2c593fa08a892e29c02039a02697ef0a63138c..1056dc070a2a44d0000438e04265586851b7fda4 100644 (file)
@@ -51,7 +51,7 @@ new std:StringSelect Box23
   set Box23.In1 "0  1  0  0  0  0  0  0"
   set Box23.In2 "0  0  1  0  0  0  0  0"
   set Box23.In3 "0  0  0  1  0  0  0  0"
-  set Box23.In4 "0  0  0  0  0  0  0  0"
+  set Box23.In4 "0  0  0  0  1  0  0  0"
   set Box23.In5 "0  0  0  0  0  1  0  0"
   set Box23.In6 "0  0  0  0  0  0  1  0"
   set Box23.In7 "0  0  0  0  0  0  0  0"
@@ -316,6 +316,12 @@ new creaMaracasVisu:wxVtkBaseView_Info Box140
 
 new std:MultipleInputs Box139
 
+new std:ConcatStrings_tool Box141
+  set Box141.Type "1"
+
+new std:GetVectorStringElement Box142
+  set Box142.I "4"
+
 
 connect Box08.MeshBase Box15.polydata
 connect Box08.MeshTemp Box10.mesh
@@ -370,7 +376,6 @@ connect Box07.Out Box61.In
 connect Box61.Spacing Box60.In1
 connect Box54.Out Box59.Active
 connect Box63.BoxChange Box28.In4
-connect Box63.BoxChange Box46.boxChange
 connect Box65.Out Box48.Renderer
 connect Box65.Out Box15.render
 connect Box66.Out Box13.wxvtkbaseview
@@ -577,6 +582,11 @@ connect Box117.transform Box46.freeplane_transform
 connect Box117.actualPoint Box70.freeplane_point
 connect Box117.boxChange Box70.freeplane_boxexecute
 connect Box117.transform Box70.freeplane_transform
+connect Box46.Active_ConcatString Box141.Box_ConcatString
+connect Box23.Out Box142.In
+connect Box142.Out Box141.In1
+connect Box12.BoxChange Box141.BoxExecute
+connect Box123.BoxChange Box46.boxChange
 
 # Complex input ports
 input MeshIn Box56.In " "
@@ -598,6 +608,6 @@ output freeplane_Point Box117.actualPoint " "
 output freeplane_Transform Box117.transform " "
 output freeplane_BoxChange Box117.boxChange " "
 
-exec Box24
+exec Box119
 
 endefine