Salome HOME
Update from BR_V5_DEV 13Feb2009
[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>TUI Command:</b> <em>geompy.MakeFuse(s1, s2)</em>
12 \n <b>Arguments:</b> Name + 2 shapes.
13 \n <b>Advanced option:</b>
14    \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
15
16 \image html bool1.png
17
18 \n <b>Example:</b>
19
20 \image html fusesn1.png "The initial shapes"
21
22 \image html fusesn2.png "The resulting fuse"
23
24 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
25 \ref tui_fuse "Boolean Operations".
26
27 */