Salome HOME
Mantis issue 0021703: [CEA 577] Boolean operations on groups.
[modules/geom.git] / doc / salome / gui / GEOM / input / get_non_blocks.doc
1 /*! 
2
3 \page get_non_blocks_page Get Non Blocks
4
5 \image html measures2.png
6
7 Retrieve all non blocks solids and faces from the given shape.
8 Collect them in two groups: solids and faces separately.
9
10 \n <b>Result:</b> Two or less groups are published in the Object
11                   Browser under the processed object. Reports error if
12                   no bad sub-shapes (solids and faces) have been found.
13
14 \n <b>TUI Command:</b>
15 <em>geompy.GetNonBlocks(Compound).</em> Returns a tuple of two
16     GEOM_Objects. The first object is a group of all non block solids
17     (= not 6 faces, or with 6 faces, but with the presence of
18     non-quadrangular faces). The second object is a group of all non
19     quadrangular faces.
20
21 See also a \ref tui_get_non_blocks_page "TUI example".
22
23 */