X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fremove_extra_edges_operation.doc;h=448c75adfc6db41c305689901d7a35668e9f5c37;hb=00621ab4f35ece96476fc358acf598d78ec0a95d;hp=933c58182c09e34d919cc15ff60094607b6cdd4f;hpb=626001f8d0ec649507f0f45502f4eb61da009373;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/remove_extra_edges_operation.doc b/doc/salome/gui/GEOM/input/remove_extra_edges_operation.doc index 933c58182..448c75adf 100644 --- a/doc/salome/gui/GEOM/input/remove_extra_edges_operation.doc +++ b/doc/salome/gui/GEOM/input/remove_extra_edges_operation.doc @@ -5,15 +5,18 @@ \n To Remove extra edges in the Main Menu select Repair - > Remove extra edges. \n This operation removes all seam and degenerated edges from a given -shape and unites faces and edges, sharing one surface. - -\n TUI Command: geompy.RemoveExtraEdges(theShape,theOptimumNbFaces), -there theShape is a compound or a single solid to remove irregular edges from -and theOptimumNbFaces is an integer parameter, that regulates, -whether the faces, sharing common surface, should be united, or not. +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 TUI Command: geompy.RemoveExtraEdges(theShape,doUnionFaces), +where theShape is a compound or a single solid +and doUnionFaces is a boolean parameter, that regulates, +whether the faces, sharing a common surface, should be united. \n Arguments: Name + one shape + a flag. \n Advanced option: - \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