Salome HOME
Mantis issue 0021703: [CEA 577] Boolean operations on groups.
[modules/geom.git] / doc / salome / gui / GEOM / input / section_operation.doc
1 /*!
2
3 \page section_opeartion_page Section
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 Section operation in the <b>Main Menu</b> select
12 <b>Operations - > Boolean - > Section</b>
13
14 This operation creates the section between 2 shapes.
15
16 The \b Result will be any \b GEOM_Object (EDGE or WIRE).
17 <b>TUI Command:</b> <em>geompy.MakeSection(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 neo-section.png
23
24 <b>Example:</b>
25
26 \image html fusesn1.png "The initial shapes"
27
28 \image html sectionsn.png "The resulting object"
29
30 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
31 \ref tui_section "Boolean Operations".
32
33 */