From 891fb0379d44e6067d51b70b7bd59bc9cfd012f1 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 20 Aug 2015 16:47:26 +0300 Subject: [PATCH] IPAL52616: Wrong documentation of Check compound of Blocks --- .../gui/GEOM/input/check_compound_of_blocks.doc | 15 ++++++++++++--- .../gui/GEOM/input/check_self_intersections.doc | 6 +++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/doc/salome/gui/GEOM/input/check_compound_of_blocks.doc b/doc/salome/gui/GEOM/input/check_compound_of_blocks.doc index d903fc1ba..486184871 100644 --- a/doc/salome/gui/GEOM/input/check_compound_of_blocks.doc +++ b/doc/salome/gui/GEOM/input/check_compound_of_blocks.doc @@ -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. -- Incriminated Sub-shapes 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 Apply and Close button. +- Incriminated Sub-shapes field outputs the list of sub-shapes that cause problem. +- \b Apply and Apply and Close 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 TUI Command: @@ -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 +*/ diff --git a/doc/salome/gui/GEOM/input/check_self_intersections.doc b/doc/salome/gui/GEOM/input/check_self_intersections.doc index f806d4dd6..c92695a10 100644 --- a/doc/salome/gui/GEOM/input/check_self_intersections.doc +++ b/doc/salome/gui/GEOM/input/check_self_intersections.doc @@ -8,7 +8,7 @@ There are two ways to check self-intersections. \anchor check_self_intersections_topological -

Check topological intersections

+

Check topological intersections

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 -

Fast intersection

+

Fast intersection

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 +*/ -- 2.30.2