Salome HOME
[bos #29336] problem in inertia calculus
[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 the selected vertices from a given wire,
8 provided that the junction of two adjacent edges is C1 continuous
9 (i.e. the edges have equal tangents at the junction). 
10 \n The function takes a list of
11 vertices to suppress as a parameter. If the list is empty, all
12 vertices in a wire are taken into account.
13
14 \n \b Example:
15
16 Wire with 2 colinear edges:
17 \image html wire_before_fuse.png
18
19 Fused wire (only one edge):
20 \image html fused_wire.png
21
22 \n <b>Arguments:</b> Name + a wire + a list of vertices (can be empty).
23
24 \image html fuse_collinear_edges.png
25
26 \n <b>TUI Command:</b> <em>geompy.FuseCollinearEdgesWithinWire(wire, vertices)</em>,
27 where <em>wire</em> is a wire and <em>vertices</em> is a list of
28 vertices to be suppressed.
29
30 Our <b>TUI Scripts</b> provide you with useful examples of the
31 \ref tui_fuse_collinear_edges "Fuse Collinear Edges" functionality usage.
32
33 */