]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/section_operation.doc
Salome HOME
5d60cf433d0a40342e920c52883b280294fd71ab
[modules/geom.git] / doc / salome / gui / GEOM / input / section_operation.doc
1 /*!
2
3 \page section_opeartion_page Section
4
5 To produce a \b Section operation in the <b>Main Menu</b> select
6 <b>Operations - > Boolean - > Section</b>
7
8 This operation creates the section between 2 shapes.
9
10 The \b Result will be any \b GEOM_Object (EDGE or WIRE).
11
12 <b>TUI Command:</b> <em>geompy.MakeSection(s1, s2)</em>\n
13 <b>Arguments:</b> Name + 2 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 neo-section.png "Section dialog"
18
19 <b>Example:</b>
20
21 \image html fusesn1.png "The initial shapes"
22
23 \image html sectionsn.png "The resulting object"
24
25 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
26 \ref tui_section "Boolean Operations".
27
28 <b> More details </b>
29
30 For a detailed description of the Boolean operations please refer to
31 <a href="SALOME_BOA_PA.pdf">this document</a>. 
32 It provides a general review of the Partition and Boolean
33 operations algorithms, describes the usage methodology and highlights
34 major limitations of these operations.
35
36 */