X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcheck_compound_of_blocks.doc;h=e9893b8e53f577be45e3d4e1b98516535a619a7a;hb=a0e22ed86a0df64143edb095e07295a014b32c88;hp=81d8379a0b70f67890c97066e453e9caf1834cf6;hpb=73555c78ebf12a1fdb85157b8e7934ad566ae90a;p=modules%2Fgeom.git 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 81d8379a0..e9893b8e5 100644 --- a/doc/salome/gui/GEOM/input/check_compound_of_blocks.doc +++ b/doc/salome/gui/GEOM/input/check_compound_of_blocks.doc @@ -2,25 +2,29 @@ \page check_compound_of_blocks_page Check Compound of Blocks -Checks whether a shape is a compound of glued blocks. To be -considered as a compound of blocks, the given shape must satisfy the +This operation checks whether a shape is a compound of glued blocks. + +\image html measures10.png + +To be considered as a compound of blocks, the given shape must satisfy the following conditions: - - -\n Informs of the following possible errors: - - -\n Result: Boolean; highlight in the viewer. +- Each element of the compound should be a Block (6 faces and 12 edges); +- Blocks can be connected only via an entire quadrangle face or an entire edge; +- The compound should be connected; +- Each couple of connecting quadrangle faces should be glued. + + +In this dialog: + +- \b Object - the checked object. \b Selection button allows picking it in the viewer or in the object browser. +- \b Errors list informs of possible errors, for example:. + - Not a block; + - 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. + + \n TUI Command: geompy.CheckCompoundOfBlocks(Compound). Checks if the shape is a valid compound of blocks. If it is true, then the validity flag @@ -28,6 +32,5 @@ is returned, and encountered errors are printed in the python console. See also a \ref tui_check_compound_of_blocks_page "TUI example". -\image html measures10.png */ \ No newline at end of file