]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/fuse_operation.doc
Salome HOME
Correction of documentation
[modules/geom.git] / doc / salome / gui / GEOM / input / fuse_operation.doc
1 /*!
2
3 \page fuse_operation_page Fuse
4
5 To produce a \b Fuse operation in the <b>Main Menu</b> select
6 <b>Operations - > Boolean - > Fuse</b>. 
7
8 This operation creates one shape from two shapes.
9 The \b Result will be any \b GEOM_Object.
10
11 <b>Example:</b>
12
13 \image html fusesn1.png "The initial shapes"
14
15 \image html fusesn2.png "The resulting fuse"
16
17 <b>TUI Command:</b> <em>geompy.MakeFuse(s1, s2)</em>\n
18 <b>Arguments:</b> Name + 2 shapes.\n
19 <b>Advanced option:</b>
20 \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
21
22 \image html bool1.png
23
24 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
25 \ref tui_fuse "Boolean Operations".
26
27 <b> More details </b>
28 <ul>
29   <li>For a detailed description of the Boolean operations please refer to
30 <a href="SALOME_BOA_PA.pdf">this document</a>. 
31 It provides a general review of the Partition and Boolean
32 operations algorithms, describes the usage methodology and highlights
33 major limitations of these operations.</li>
34   <li>Perhaps you also ask yourself : \ref partition_explanation "What is the difference between partition, compounds and fuse operation ?"</li>
35 </ul>
36
37 */