Salome HOME
Implementation of [bos #35140] [EDF] (2023-T1) Memory communication between SHAPER...
[modules/geom.git] / doc / salome / gui / GEOM / input / remove_extra_edges_operation.doc
index ad32a93b7a013c5e2f1d95e02d3d068b154ee17c..448c75adfc6db41c305689901d7a35668e9f5c37 100644 (file)
@@ -5,13 +5,18 @@
 \n To <b>Remove extra edges</b> in the <b>Main Menu</b> select
 <b>Repair - > Remove extra edges</b>.
 \n This operation removes all seam and degenerated edges from a given
-shape and unites faces and edges, sharing one surface.
-
-\n <b>TUI Command:</b> <em>geompy.RemoveExtraEdges(theShape)</em>,
-there <em>theShape</em> is a compound or a single solid to remove irregular edges from.
-\n <b>Arguments:</b> Name + one shape.
+shape. Its main purpose is healing of solids and compounds to obtain
+hexahedral solids and compounds of hexahedral solids.
+However, there is an option to unite all faces sharing one
+surface, which produces not only hexahedral solids.
+
+\n <b>TUI Command:</b> <em>geompy.RemoveExtraEdges(theShape,doUnionFaces)</em>,
+where <em>theShape</em> is a compound or a single solid
+and <em>doUnionFaces</em> is a boolean parameter, that regulates,
+whether the faces, sharing a common surface, should be united.
+\n <b>Arguments:</b> Name + one shape + a flag.
 \n <b>Advanced option:</b>
-   \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
+   \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
 
 \image html remove_extra_edges.png
 
@@ -23,4 +28,7 @@ there <em>theShape</em> is a compound or a single solid to remove irregular edge
 \image html remove_extra_edges2.png
 <center><em>Improved shape</em></center>
 
+Our <b>TUI Scripts</b> provide you with useful examples of the
+\ref swig_RemoveExtraEdges "Remove Extra Edges" functionality usage.
+
 */