]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/Mesh_tool_Help.bbs
#3521 Mesh_tool_help
[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://youtu.be/StkFyVv4xq8"
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.4   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.5   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
82 connect Box09.Out Box11.In1
83 connect Box09.Out Box12.In1
84 connect Box11.Out Box13.In
85 connect Box14.SystemType Box09.In
86 connect Box15.BoxChange Box13.BoxExecute
87 connect Box16.BoxChange Box17.BoxExecute
88 connect Box12.Out Box17.In
89 connect Box19.BoxChange Box20.BoxExecute
90 connect Box18.Out Box20.In
91 connect Box09.Out Box18.In1
92 connect Box22.BoxChange Box23.BoxExecute
93 connect Box21.Out Box23.In
94 connect Box09.Out Box21.In1
95 connect Box25.BoxChange Box26.BoxExecute
96 connect Box24.Out Box26.In
97 connect Box09.Out Box24.In1
98 connect Box28.BoxChange Box29.BoxExecute
99 connect Box27.Out Box29.In
100 connect Box09.Out Box27.In1
101 connect Box28.Widget Box10.Widget8
102 connect Box25.Widget Box10.Widget7
103 connect Box16.Widget Box10.Widget6
104 connect Box22.Widget Box10.Widget4
105 connect Box19.Widget Box10.Widget3
106 connect Box15.Widget Box10.Widget2
107 connect Box30.Widget Box10.Widget1
108 connect Box10.Widget Box31.Widget2
109
110 # Complex input ports
111
112 # Complex output ports
113 output widget Box31.Widget " "
114
115
116 endefine