]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/boxes/StreamLineVisu_Interface.bbs
#2446 creaVtk Feature New Normal - Stream Tracer, Stream Line (interface, widget)
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / StreamLineVisu_Interface.bbs
index 22c787852e32cafff560ccfe7c51e77a8fa633a6..a8dfdc5b8628d47cbc1478ea1b82ab5c8275a752 100644 (file)
@@ -16,7 +16,7 @@ description "Description ??"
 category "<VOID>"
 
 new LayoutLine Box01
-  set Box01.Orientation "V"
+  set Box01.Orientation "H"
 
 new Slider Box03
   set Box03.In "100"
@@ -26,13 +26,6 @@ new Slider Box03
   set Box03.ReactiveOnTrack "true"
   set Box03.Title "Opacity"
 
-new RadioButton Box04
-  set Box04.In "2"
-  set Box04.In0 "Tube"
-  set Box04.In1 "Ribbon"
-  set Box04.In2 "Line"
-  set Box04.Title "Form"
-
 new CheckBox Box06
   set Box06.In "false"
   set Box06.ReactiveOnKeystroke "true"
@@ -57,7 +50,7 @@ new Div Box10
   set Box10.In2 "100"
 
 new LayoutLine Box12
-  set Box12.Orientation "H"
+  set Box12.Orientation "V"
   set Box12.WinTitle "StreamLine"
 
 new LayoutTab Box16
@@ -65,31 +58,48 @@ new LayoutTab Box16
 new LayoutLine Box14
   set Box14.Orientation "H"
 
+new ComboBox Box15
+  set Box15.In "Tube Ribbon Line "
+  set Box15.Selection "2"
+  set Box15.Title "Form"
+
+new ComboBox Box17
+  set Box17.In "Direction Magnitude Solide"
+  set Box17.Title "Color law"
+
+new ColourSelectorButton Box18
+
 
 connect Box06.BoxChange Box07.In2
-connect Box04.BoxChange Box07.In4
 connect Box03.BoxChange Box07.In6
 connect Box03.Out Box08.In1
 connect Box09.Out Box10.In1
 connect Box09.BoxChange Box07.In7
-connect Box01.Widget Box12.Widget1
-connect Box06.Widget Box01.Widget1
 connect Box12.Widget Box16.Widget1
-connect Box03.Widget Box14.Widget1
-connect Box09.Widget Box14.Widget2
-connect Box14.Widget Box01.Widget2
-connect Box04.Widget Box12.Widget2
+connect Box15.BoxChange Box07.In5
+connect Box17.BoxChange Box07.In3
+connect Box09.Widget Box14.Widget3
+connect Box03.Widget Box14.Widget2
+connect Box15.Widget Box01.Widget1
+connect Box17.Widget Box01.Widget2
+connect Box18.BoxChange Box07.In4
+connect Box06.Widget Box14.Widget1
+connect Box18.Widget Box01.Widget3
+connect Box14.Widget Box12.Widget1
+connect Box01.Widget Box12.Widget2
 
 # Complex input ports
 input title Box12.WinTitle " "
 
 # Complex output ports
 output ActivePlane Box06.Out " "
-output TypeStreamLine Box04.Out " "
 output boxChange Box07.BoxChange " "
 output Opacity Box08.Out " "
 output ScaleFactor Box10.Out " "
 output widget Box16.Widget " "
+output TypeStreamLine Box15.Out " "
+output ColorLaw Box17.Out " "
+output SolidColor Box18.Out " "
 
 message