/*!
-\page section_opeartion_page Section
+\page section_opeartion_page Intersection
-\b Section operation creates a vertex, an edge, a wire or a compound
+\b Intersection operation creates a vertex, an edge, a wire or a compound
of them representing the intersection of two shapes.
-To produce it, select in the main menu <b>Operations - > Boolean - > Section</b>
+To produce it, select in the main menu <b>Operations - > Boolean - > Intersection</b>
-\image html neo-section.png "Section dialog"
+\image html neo-section.png "Intersection dialog"
In this dialog:
- Input or accept the default \b Name of the resulting shape.
\tui_script{boolean_operations_ex03.py}
\anchor tui_section
-<br><h2>Section</h2>
+<br><h2>Intersection</h2>
\tui_script{boolean_operations_ex04.py}
*/
of a list of objects into an independent object.</li>
<li>\subpage cut_operation_page "Cut" - cuts one shape with
a list of others. </li>
-<li>\subpage section_opeartion_page "Section" - creates a section between two shapes.</li>
+<li>\subpage section_opeartion_page "Intersection" - performs an intersection between two shapes.</li>
</ul>
You can use advanced TUI commands performing these operations
the list of tools for Cut operation;
\par
<em>geompy.MakeSection(Shape1, Shape2, checkSelfInte)</em>, where \em Shape1 is the first
-argument and \em Shape2 is the second argument of Section operation;
+argument and \em Shape2 is the second argument of Intersection operation;
There are several TUI commands that can be used to perform boolean operations
<em>geompy.MakeBoolean(Shape1, Shape2, Operation, checkSelfInte),</em> where \em
Shape1 is the first argument and \em Shape2 is the second argument of
a Boolean operation, \em Operation is the type of a Boolean operation (1
-— Common, 2 — Cut, 3 — Fuse, 4 — Section).
+— Common, 2 — Cut, 3 — Fuse, 4 — Intersection).
Besides, you can use advanced TUI commands performing these operations
</message>
<message>
<source>GEOM_SECTION</source>
- <translation>Section</translation>
+ <translation>Intersection</translation>
</message>
<message>
<source>GEOM_SECTION_TITLE</source>
- <translation>Section Of Two Objects</translation>
+ <translation>Intersection Of Two Objects</translation>
</message>
<message>
<source>GEOM_SELECTED_FACE</source>
</message>
<message>
<source>MEN_SECTION</source>
- <translation>Section</translation>
+ <translation>Intersection</translation>
</message>
<message>
<source>MEN_SELECT_ONLY</source>
</message>
<message>
<source>STB_SECTION</source>
- <translation>Section</translation>
+ <translation>Intersection</translation>
</message>
<message>
<source>STB_SEWING</source>
</message>
<message>
<source>TOP_SECTION</source>
- <translation>Section</translation>
+ <translation>Intersection</translation>
</message>
<message>
<source>TOP_SEWING</source>