Salome HOME
0022762: [EDF] Fast detection of face/face face/solid solid/solid interference
[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
6 This operation retrieves all non-block solids and non-quadrangular faces from the selected shape.
7
8 A non-block solid is a solid that does not have 6 faces, or has 6 faces, but some of them are not quadrangular.
9
10 \image html measures2.png
11
12 \b Preview option shows non block solids and faces in the viewer. 
13
14 Press \b Apply or <b>Apply and Close</b> button to publish non block solids and faces in the Object
15 Browser under the processed object. Solids and faces are published separately in two groups. 
16
17 If no bad sub-shapes have been found, the corresponding warning is shown. 
18
19 \image html measures2a.png
20
21 \n <b>TUI Command:</b>
22 <em>geompy.GetNonBlocks(Compound).</em> Returns a tuple of two GEOM_Objects. 
23
24 The first object is a group of all non block solids; the second object is a group of all non
25 quadrangular faces.
26
27 See also a \ref tui_get_non_blocks_page "TUI example".
28
29 */