From: rnc Date: Mon, 5 Nov 2012 13:26:35 +0000 (+0000) Subject: added some picture to "fuse colinear edges" documentation for more clarity and made... X-Git-Tag: V6_6_0b1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8ad2d4e66eaa9795d4bb2d876821568c19c9f995;p=modules%2Fgeom.git added some picture to "fuse colinear edges" documentation for more clarity and made a small modification in order to avoid any ambiguity on the scope of the functionality. --- diff --git a/doc/salome/gui/GEOM/input/fuse_edges_operation.doc b/doc/salome/gui/GEOM/input/fuse_edges_operation.doc index b79e40b9f..4c7c8771c 100644 --- a/doc/salome/gui/GEOM/input/fuse_edges_operation.doc +++ b/doc/salome/gui/GEOM/input/fuse_edges_operation.doc @@ -4,11 +4,19 @@ \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 adjacent edges can be joined together with C1 continuity. The function takes a list of vertices to suppress as a parameter. If the list is empty, all 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). \image html fuse_collinear_edges.png