Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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
14 \image html remove_extra_edges.png
15
16 \n <b>Example:</b>
17
18 \image html remove_extra_edges1.png
19 <center><em>Shape with extra edges</em></center>
20
21 \image html remove_extra_edges2.png
22 <center><em>Improved shape</em></center>
23
24 */