Salome HOME
Fix for the bug bug IPAL22851: Sub-shapes spelling
[modules/geom.git] / doc / salome / gui / GEOM / input / fuse_operation.doc
1 /*!
2
3 \page fuse_operation_page Fuse
4
5 For detail description of the Boolean operations please refer to
6 <a href="SALOME_BOA_PA.pdf">this document</a>. 
7 It provides a general review of the Partition and Boolean
8 operations algorithms, describes the usage methodology and highlighs
9 major limitations of these operations.
10
11 To produce a \b Fuse operation in the <b>Main Menu</b> select
12 <b>Operations - > Boolean - > Fuse</b>
13
14 This operation creates a shape from two shapes.
15
16 The \b Result will be any \b GEOM_Object.
17 <b>TUI Command:</b> <em>geompy.MakeFuse(s1, s2)</em>
18 <b>Arguments:</b> Name + 2 shapes.
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 <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 */