X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Ffuse_operation.doc;h=e0a31b777c2a457f41675b66fbc0525bf8ee1495;hb=a0e22ed86a0df64143edb095e07295a014b32c88;hp=95dc6ce06954869fa6cd63f53b8125e8049c15f9;hpb=4dea5a1c19a11ee548f5a230ebca79851d6c2f50;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/fuse_operation.doc b/doc/salome/gui/GEOM/input/fuse_operation.doc index 95dc6ce06..e0a31b777 100644 --- a/doc/salome/gui/GEOM/input/fuse_operation.doc +++ b/doc/salome/gui/GEOM/input/fuse_operation.doc @@ -12,6 +12,7 @@ In this dialog: - Input or accept the default \b Name of the resulting shape. - Click the arrow button and select in the Object Browser or in the Viewer the Objects to be fused. - Activate the corresponding check-box if you wish to Detect Self-intersections . +- Activate the corresponding check-box if you wish to remove extra edges . - Activate \ref restore_presentation_parameters_page "Advanced options" if required. - Press "Apply" or "Apply & Close" button to get the result (GEOM_Object). @@ -24,15 +25,17 @@ In this dialog: This operation can be performed using a TUI Command: -geompy.MakeFuseList(theShapesList, checkSelfInte) +geompy.MakeFuseList(theShapesList, checkSelfInte, rmExtraEdges) -Arguments: Name + a list of shapes + an optional flag for self-intersection check. +Arguments: Name + a list of shapes + an optional flag for +self-intersection check + an optional flag to remove extra edges. There is also a special TUI Command for \b Fuse operation on two shapes : -geompy.MakeFuse(s1, s2, checkSelfInte) +geompy.MakeFuse(s1, s2, checkSelfInte, rmExtraEdges) -Arguments: Name + 2 shapes + an optional flag for self-intersection check. +Arguments: Name + 2 shapes + an optional flag for self-intersection +check + an optional flag to remove extra edges. Example: