Salome HOME
IPAL52616: Wrong documentation of Check compound of Blocks
authoreap <eap@opencascade.com>
Thu, 20 Aug 2015 13:47:26 +0000 (16:47 +0300)
committereap <eap@opencascade.com>
Thu, 20 Aug 2015 13:47:26 +0000 (16:47 +0300)
doc/salome/gui/GEOM/input/check_compound_of_blocks.doc
doc/salome/gui/GEOM/input/check_self_intersections.doc

index d903fc1ba05f8cff5f71ae6a68718431308dc021..486184871e2d20ef091903c2af80a9baedc7f0fc 100644 (file)
@@ -2,7 +2,8 @@
 
 \page check_compound_of_blocks_page Check Compound of Blocks
 
-This operation checks whether a shape is a compound of glued blocks. 
+This operation checks whether a shape is a compound of glued blocks
+and tries to improve the shape to make it include only valid blocks.
 
 \image html measures10.png
 
@@ -27,7 +28,15 @@ In this dialog:
        - Not glued;
        - Not connected;
        - Extra or degenerated edge.
-- <b>Incriminated Sub-shapes</b> field outputs the list of sub-shapes that cause problem. It is possible to select them in the list and publish in the study for further analysis by clicking \b Apply or <b>Apply and Close</b> button. 
+- <b>Incriminated Sub-shapes</b> field outputs the list of sub-shapes that cause problem.
+- \b Apply and <b>Apply and Close</b> buttons launch an improving process
+and publish a result shape which includes valid blocks only. The
+improving process tries to
+   - remove seam edges and degenerated edges of surfaces of revolution;
+   - re-approximate surfaces to exclude singularities on boundaries;
+   - unite edges and faces;
+   - glue faces.
+
 
 
 \n <b>TUI Command:</b>
@@ -38,4 +47,4 @@ is returned, and encountered errors are printed in the python console.
 See also a \ref tui_check_compound_of_blocks_page "TUI example".
 
 
-*/
\ No newline at end of file
+*/
index f806d4dd6e82ba669acc26c6da46cdc827b158d5..c92695a10b70de7ae80848cfdea55d9a11022de5 100644 (file)
@@ -8,7 +8,7 @@
 There are two ways to check self-intersections.
 
 \anchor check_self_intersections_topological
-<br><h3>Check topological intersections</h2>
+<br><h3>Check topological intersections</h3>
 
 This operation checks the topology of the selected shape to detect self-intersections.
 
@@ -38,7 +38,7 @@ where: \n
 See also a \ref tui_check_self_intersections_page "TUI example".
 
 \anchor check_self_intersections_fast
-<br><h3>Fast intersection</h2>
+<br><h3>Fast intersection</h3>
 
 This operations allows to quickly detect self-interferences of the given shape by means of algorithm based on mesh intersections.
 
@@ -61,4 +61,4 @@ where: \n
 
 See also a \ref tui_check_self_intersections_fast_page "TUI example".
 
-*/
\ No newline at end of file
+*/