Salome HOME
0022373: EDF 2691 GEOM: Publish the shapes with error in Check Shape
[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 This operation retrieves all non block solids and faces from the given
8 shape in two groups: solids and faces separately.
9
10 Two or less groups are published in the Object
11 Browser under the processed object. An error is raised 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 having 6 faces, or having 6 faces, but some of them
18     are not quadrangular). 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 */