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=97d9c2c6b1eb1b8c37b74e9409ebdb89c42c8c27;hp=568725868ece582d23986aeb96ccc7b64c3378b7;hpb=eb33929a623da3858f8105e54f0834f8393f5414;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 568725868..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