Salome HOME
c4f450d3071cd9e2f759b172dd2886107be58ccb
[modules/geom.git] / doc / salome / gui / GEOM / input / section_operation.doc
1 /*!
2
3 \page section_opeartion_page Section
4
5 \n To produce a \b Section operation in the <b>Main Menu</b> select
6 <b>Operations - > Boolean - > Section</b>
7
8 \n This operation creates the section between 2 shapes.
9
10 \n The \b Result will be any \b GEOM_Object (EDGE or WIRE).
11 \n <b>TUI Command:</b> <em>geompy.MakeSection(s1, s2)</em>
12 \n <b>Arguments:</b> Name + 2 shapes.
13 \n <b>Advanced option:</b>
14    \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
15
16 \image html neo-section.png
17
18 \n <b>Example:</b>
19
20 \image html fusesn1.png "The initial shapes"
21
22 \image html sectionsn.png "The resulting object"
23
24 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
25 \ref tui_section "Boolean Operations".
26
27 */