Salome HOME
Bug 0020228: [CEA 331] the geompy.RemoveExtraEdges crash with the attached brep shape...
[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,theOptimumNbFaces)</em>,
11 there <em>theShape</em> is a compound or a single solid to remove irregular edges from
12 and <em>theOptimumNbFaces</em> is an integer parameter, that regulates,
13 whether the faces, sharing common surface, should be united, or not.
14 \n <b>Arguments:</b> Name + one shape + a flag.
15 \n <b>Advanced option:</b>
16    \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
17
18 \image html remove_extra_edges.png
19
20 \n <b>Example:</b>
21
22 \image html remove_extra_edges1.png
23 <center><em>Shape with extra edges</em></center>
24
25 \image html remove_extra_edges2.png
26 <center><em>Improved shape</em></center>
27
28 Our <b>TUI Scripts</b> provide you with useful examples of the
29 \ref swig_RemoveExtraEdges "Remove Extra Edges" functionality usage.
30
31 */