Salome HOME
9b4a32d3618969543b1fe38718eb24bc7c09759d
[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. Its main purpose is healing of solids and compounds to obtain
9 hexahedral solids and compounds of hexahedral solids.
10 At the same time, it has an option to unite all faces, sharing one
11 surface. With this option not only hexahedral solids could be obtained.
12
13 \n <b>TUI Command:</b> <em>geompy.RemoveExtraEdges(theShape,theOptimumNbFaces)</em>,
14 there <em>theShape</em> is a compound or a single solid to remove irregular edges from
15 and <em>theOptimumNbFaces</em> is an integer parameter, that regulates,
16 whether the faces, sharing common surface, should be united, or not.
17 \n <b>Arguments:</b> Name + one shape + a flag.
18 \n <b>Advanced option:</b>
19    \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
20
21 \image html remove_extra_edges.png
22
23 \n <b>Example:</b>
24
25 \image html remove_extra_edges1.png
26 <center><em>Shape with extra edges</em></center>
27
28 \image html remove_extra_edges2.png
29 <center><em>Improved shape</em></center>
30
31 Our <b>TUI Scripts</b> provide you with useful examples of the
32 \ref swig_RemoveExtraEdges "Remove Extra Edges" functionality usage.
33
34 */