Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / fuse_edges_operation.doc
1 /*!
2
3 \page fuse_edges_operation_page Fuse Collinear Edges within a Wire
4
5 \n To <b>Fuse Collinear Edges within a Wire</b> in the <b>Main Menu</b>
6 select <b>Repair - > Fuse Collinear Edges within a Wire</b>.
7 \n This operation removes selected vertices from a given wire in case
8 if adjacent edges are C1 continuous. The function takes a list of
9 vertices to suppress as a parameter. If the list is empty, all
10 vertices in a wire are assumed.
11
12 \n <b>Arguments:</b> Name + a wire + a list of vertices (can be empty).
13
14 \image html fuse_collinear_edges.png
15
16 \n <b>TUI Command:</b> <em>geompy.FuseCollinearEdgesWithinWire(wire, vertices)</em>,
17 where <em>wire</em> is a wire and <em>vertices</em> is a list of
18 vertices to be suppressed.
19
20 Our <b>TUI Scripts</b> provide you with useful examples of the
21 \ref tui_fuse_collinear_edges "Fuse Collinear Edges" functionality usage.
22
23 */