Salome HOME
0022081: EDF 2386 GEOM: Union of a list of objects
[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 a list of shapes.
9
10 The \b Result will be a \b GEOM_Object.
11
12 <b>TUI Command:</b> <em>geompy.MakeFuseList(theShapesList)</em>\n
13 <b>Arguments:</b> Name + a list of shapes.\n
14 <b>Advanced option:</b>
15 \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
16
17 \image html bool1.png "Fuse dialog"
18
19 For a particular case with two shapes to be fused there is the following TUI command:
20
21 <b>TUI Command:</b> <em>geompy.MakeFuse(s1, s2)</em>\n\r
22 <b>Arguments:</b> Name + 2 shapes.\r
23
24 <b>Example:</b>
25
26 \image html fusesn1.png "The initial shapes"
27
28 \image html fusesn2.png "The resulting fuse"
29
30 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
31 \ref tui_fuse "Boolean Operations".
32
33 <b> More details </b>
34 <ul>
35   <li>For a detailed description of the Boolean operations please refer to
36 <a href="SALOME_BOA_PA.pdf">this document</a>. 
37 It provides a general review of the Partition and Boolean
38 operations algorithms, describes the usage methodology and highlights
39 major limitations of these operations.</li>
40   <li>Perhaps you also ask yourself : \ref partition_explanation "What is the difference between partition, compounds and fuse operation ?"</li>
41 </ul>
42
43 */