/*!
\page fuse_edges_operation_page Fuse Collinear Edges within a Wire
\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
vertices to suppress as a parameter. If the list is empty, all
vertices in a wire are assumed.
\n Arguments: Name + a wire + a list of vertices (can be empty).
\image html fuse_collinear_edges.png
\n TUI Command: geompy.FuseCollinearEdgesWithinWire(wire, vertices),
where wire is a wire and vertices is a list of
vertices to be suppressed.
Our TUI Scripts provide you with useful examples of the
\ref tui_fuse_collinear_edges "Fuse Collinear Edges" functionality usage.
*/