Salome HOME
911b76545db3f1d7c83690e7661a15d3e7e6ef6a
[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
14 \image html neo-section.png
15
16 \n <b>Example:</b>
17
18 \image html fusesn1.png
19
20 \image html sectionsn.png
21
22 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
23 \ref tui_section "Boolean Operations".
24
25 */