X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Ffuse_edges_operation.doc;h=5f6b963435385956db14114391b540e1cd19da29;hb=a0e22ed86a0df64143edb095e07295a014b32c88;hp=7924f73eb42b9ad49da4eaaa0713aae2d726a912;hpb=73555c78ebf12a1fdb85157b8e7934ad566ae90a;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/fuse_edges_operation.doc b/doc/salome/gui/GEOM/input/fuse_edges_operation.doc index 7924f73eb..5f6b96343 100644 --- a/doc/salome/gui/GEOM/input/fuse_edges_operation.doc +++ b/doc/salome/gui/GEOM/input/fuse_edges_operation.doc @@ -4,10 +4,20 @@ \n To Fuse Collinear Edges within a Wire in the Main Menu select Repair - > Fuse Collinear Edges within a Wire. -\n This operation removes selected vertices from a given wire in case -if adjacent edges are C1 continuous. The function takes a list of +\n This operation removes the selected vertices from a given wire, +provided that the junction of two adjacent edges is C1 continuous +(i.e. the edges have equal tangents at the junction). +\n The function takes a list of vertices to suppress as a parameter. If the list is empty, all -vertices in a wire are assumed. +vertices in a wire are taken into account. + +\n \b Example: + +Wire with 2 colinear edges: +\image html wire_before_fuse.png + +Fused wire (only one edge): +\image html fused_wire.png \n Arguments: Name + a wire + a list of vertices (can be empty).