]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/Mesh_tool_Help.bbs
Clean code
[creaMaracasVisu.git] / bbtk / bbs / boxes / Mesh_tool_Help.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.5 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/C23/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/Mesh_tool_Help.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include std
9 include wx
10
11 define Mesh_tool_Help creaMaracasVisu
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new std:StringSelect Box09
19   set Box09.In0 "xdg-open "
20   set Box09.In1 "start "
21   set Box09.In2 "open  "
22
23 new wx:LayoutLine Box10
24   set Box10.Orientation "V"
25
26 new std:ConcatStrings Box11
27   set Box11.In2 "https://www.youtube.com/playlist?list=PLQN4UjAcVj8QX1uEVrW-EWB9iA4EsrPrF"
28
29 new std:ConcatStrings Box12
30   set Box12.In2 "https://youtu.be/KQpokJXT_hA"
31
32 new std:ExecSystemCommand Box13
33
34 new std:Configuration Box14
35
36 new wx:CommandButton Box15
37   set Box15.Label "video 1   General Tool"
38
39 new wx:CommandButton Box16
40   set Box16.Label "video 1.2   Cut Tool"
41
42 new std:ExecSystemCommand Box17
43
44 new std:ConcatStrings Box18
45   set Box18.In2 "https://youtu.be/VtBAtlMufDc"
46
47 new wx:CommandButton Box19
48   set Box19.Label "video 1.1.1  Surface from 3 or 4 pointsTool"
49
50 new std:ExecSystemCommand Box20
51
52 new std:ConcatStrings Box21
53   set Box21.In2 "https://youtu.be/JB2otNTfWU0"
54
55 new wx:CommandButton Box22
56   set Box22.Label "video 1.1.2   Surface Patch Tool"
57
58 new std:ExecSystemCommand Box23
59
60 new std:ConcatStrings Box24
61   set Box24.In2 "https://youtu.be/kHwBMocVmqU"
62
63 new wx:CommandButton Box25
64   set Box25.Label "video 1.5   Deformation Tool"
65
66 new std:ExecSystemCommand Box26
67
68 new std:ConcatStrings Box27
69   set Box27.In2 "https://youtu.be/hHqvZXvQIqs"
70
71 new wx:CommandButton Box28
72   set Box28.Label "video 1.6   External Mask Tool"
73
74 new std:ExecSystemCommand Box29
75
76 new wx:OutputText Box30
77
78 new wx:LayoutCenter Box31
79   set Box31.WinTitle "Help"
80
81 new std:ConcatStrings Box32
82   set Box32.In2 "https://youtu.be/_Wva8ZcqdU8"
83
84 new wx:CommandButton Box33
85   set Box33.Label "video 1.3   Patch Tool"
86
87 new std:ExecSystemCommand Box34
88
89
90 connect Box09.Out Box11.In1
91 connect Box09.Out Box12.In1
92 connect Box11.Out Box13.In
93 connect Box14.SystemType Box09.In
94 connect Box15.BoxChange Box13.BoxExecute
95 connect Box16.BoxChange Box17.BoxExecute
96 connect Box12.Out Box17.In
97 connect Box19.BoxChange Box20.BoxExecute
98 connect Box18.Out Box20.In
99 connect Box09.Out Box18.In1
100 connect Box22.BoxChange Box23.BoxExecute
101 connect Box21.Out Box23.In
102 connect Box09.Out Box21.In1
103 connect Box25.BoxChange Box26.BoxExecute
104 connect Box24.Out Box26.In
105 connect Box09.Out Box24.In1
106 connect Box28.BoxChange Box29.BoxExecute
107 connect Box27.Out Box29.In
108 connect Box09.Out Box27.In1
109 connect Box28.Widget Box10.Widget8
110 connect Box25.Widget Box10.Widget7
111 connect Box30.Widget Box10.Widget1
112 connect Box10.Widget Box31.Widget2
113 connect Box33.BoxChange Box34.BoxExecute
114 connect Box32.Out Box34.In
115 connect Box09.Out Box32.In1
116 connect Box15.Widget Box10.Widget2
117 connect Box19.Widget Box10.Widget3
118 connect Box22.Widget Box10.Widget4
119 connect Box16.Widget Box10.Widget5
120 connect Box33.Widget Box10.Widget6
121
122 # Complex input ports
123
124 # Complex output ports
125 output widget Box31.Widget " "
126
127
128 endefine