Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / doc / salome / gui / GEOM / input / fuse_operation.doc
1 /*!
2
3 \page fuse_operation_page Fuse
4
5 \n To produce a \b Fuse operation in the <b>Main Menu</b> select
6 <b>Operations - > Boolean - > Fuse</b>
7
8 \n This operation creates a shape from two shapes.
9
10 \n The \b Result will be any \b GEOM_Object.
11 \n <b>Arguments:</b> Name + 2 shapes.
12 \n <b>TUI Command:</b> <em>geompy.MakeFuse(s1, s2)</em>
13
14 \image html bool1.png
15
16 \n <b>Example:</b>
17
18 \image html fusesn1.png
19
20 \image html fusesn2.png
21
22 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
23 \ref tui_fuse "Boolean Operations".
24
25 */