Salome HOME
Synchronize adm files
[modules/geom.git] / doc / salome / gui / GEOM / input / repairing_operations.doc
1 /*!
2
3 \page repairing_operations_page Repairing geometrical objects
4
5 Repairing operations improve the shapes, processing them with complex algorithms:  
6
7 <ul>
8 <li>\subpage shape_processing_operation_page "Shape processing" -
9 processes one or more shapes using various operators.</li>
10 <li>\subpage suppress_faces_operation_page "Suppress faces" - removes
11 chosen faces of a shape.</li>
12 <li>\subpage close_contour_operation_page "Close contour" - closes an
13 open contour asnd miodifies the underlying face.</li>
14 <li>\subpage suppress_internal_wires_operation_page "Suppress internal wires" - removes internal wires from shapes.</li>
15 <li>\subpage suppress_holes_operation_page "Suppress holes" - removes
16 holes with free boundaries on a selected face.</li>
17 <li>\subpage sewing_operation_page "Sewing" - sews faces or shells.</li>
18 <li>\subpage glue_faces_operation_page "Glue faces" - unites
19 coincident faces within the given tolerance.</li>
20 <li>\subpage glue_edges_operation_page "Glue edges" - unites
21 coincident edges within the given tolerance.</li>
22 <li>\subpage limit_tolerance_operation_page "Limit Tolerance" - tries
23 to set new tolerance value for the given shape.</li>
24 <li>\subpage add_point_on_edge_operation_page "Add point on edge" -
25 splits an edge in two.</li>
26 <li>\subpage change_orientation_operation_page "Change orientation" -
27 reverses the normals of the selected faces.</li>
28 <li>\subpage remove_webs_operation_page "Remove internal faces" -
29 rebuilds the topology of a compound of solids by removing the faces
30 are shared by several solids.</li>
31 <li>\subpage remove_extra_edges_operation_page "Remove extra edges" -
32 removes seam and degenerated edges from the given shape.</li>
33 <li>\subpage fuse_edges_operation_page "Fuse Collinear Edges within a Wire" -
34 removes selected vertices from a given wire in case if adjacent edges
35 are C1 continuous.</li>
36 <li>\subpage union_faces_operation_page "Union faces" -
37 unites on a given shape all faces sharing the same surface.</li>
38 </ul>
39
40 */