Salome HOME
Issue 0020175: correct documentation hierarchy
[modules/geom.git] / doc / salome / gui / GEOM / input / remove_extra_edges_operation.doc
1 /*!
2
3 \page remove_extra_edges_operation_page Remove Extra Edges
4
5 \n To <b>Remove extra edges</b> in the <b>Main Menu</b> select
6 <b>Repair - > Remove extra edges</b>.
7 \n This operation removes all seam and degenerated edges from a given
8 shape and unites faces and edges, sharing one surface.
9
10 \n <b>TUI Command:</b> <em>geompy.RemoveExtraEdges(theShape)</em>,
11 there <em>theShape</em> is a compound or a single solid to remove irregular edges from.
12 \n <b>Arguments:</b> Name + one shape.
13 \n <b>Advanced option:</b>
14    \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
15
16 \image html remove_extra_edges.png
17
18 \n <b>Example:</b>
19
20 \image html remove_extra_edges1.png
21 <center><em>Shape with extra edges</em></center>
22
23 \image html remove_extra_edges2.png
24 <center><em>Improved shape</em></center>
25
26 */