mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
IPAL52616: Wrong documentation of Check compound of Blocks
This commit is contained in:
parent
2146f8da30
commit
891fb0379d
@ -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".
|
||||
|
||||
|
||||
*/
|
||||
*/
|
||||
|
@ -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".
|
||||
|
||||
*/
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user