X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fget_non_blocks.doc;h=79f6ba0219ef9b3b633145648cad4ad9e74f8cb6;hb=69b2ec02a2002731ceaf0597fa9f4dd9cd57dc91;hp=8df0e324ccfb38716a68fb6708a68fd0e3e57d66;hpb=8180539548a5038e52445454e88c1a170ee64e56;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/get_non_blocks.doc b/doc/salome/gui/GEOM/input/get_non_blocks.doc index 8df0e324c..79f6ba021 100644 --- a/doc/salome/gui/GEOM/input/get_non_blocks.doc +++ b/doc/salome/gui/GEOM/input/get_non_blocks.doc @@ -2,21 +2,27 @@ \page get_non_blocks_page Get Non Blocks + +This operation retrieves all non-block solids and non-quadrangular faces from the selected shape. + +A non-block solid is a solid that does not have 6 faces, or has 6 faces, but some of them are not quadrangular. + \image html measures2.png -Retrieve all non blocks solids and faces from the given shape. -Collect them in two groups: solids and faces separately. +\b Preview option shows non block solids and faces in the viewer. -\n Result: Two or less groups are published in the Object - Browser under the processed object. Reports error if - no bad sub-shapes (solids and faces) have been found. +Press \b Apply or Apply and Close button to publish non block solids and faces in the Object +Browser under the processed object. Solids and faces are published separately in two groups. + +If no bad sub-shapes have been found, the corresponding warning is shown. + +\image html measures2a.png \n TUI Command: -geompy.GetNonBlocks(Compound). Returns a tuple of two - GEOM_Objects. The first object is a group of all non block solids - (= not 6 faces, or with 6 faces, but with the presence of - non-quadrangular faces). The second object is a group of all non - quadrangular faces. +geompy.GetNonBlocks(Compound). Returns a tuple of two GEOM_Objects. + +The first object is a group of all non block solids; the second object is a group of all non +quadrangular faces. See also a \ref tui_get_non_blocks_page "TUI example".