geom/doc/salome/gui/GEOM/input/get_non_blocks.doc

24 lines
725 B
Plaintext
Raw Normal View History

2012-10-08 17:16:36 +06:00
/*!
\page get_non_blocks_page Get Non Blocks
\image html measures2.png
2012-12-13 14:40:36 +06:00
This operation retrieves all non block solids and faces from the given
shape in two groups: solids and faces separately.
2012-10-08 17:16:36 +06:00
2012-12-13 14:40:36 +06:00
Two or less groups are published in the Object
Browser under the processed object. An error is raised if
no bad sub-shapes (solids and faces) have been found.
2012-10-08 17:16:36 +06:00
\n <b>TUI Command:</b>
<em>geompy.GetNonBlocks(Compound).</em> Returns a tuple of two
GEOM_Objects. The first object is a group of all non block solids
2012-12-13 14:40:36 +06:00
(not having 6 faces, or having 6 faces, but some of them
are not quadrangular). The second object is a group of all non
2012-10-08 17:16:36 +06:00
quadrangular faces.
See also a \ref tui_get_non_blocks_page "TUI example".
*/