2012-10-08 17:16:36 +06:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page get_non_blocks_page Get Non Blocks
|
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
|
|
|
|
This operation retrieves all non-block solids and non-quadrangular faces from the selected shape.
|
|
|
|
|
2014-05-07 18:25:27 +06:00
|
|
|
A non-block solid is a solid that does not have 6 faces, or has 6 faces, but some of them are not quadrangular.
|
2014-05-05 12:16:12 +06:00
|
|
|
|
2012-10-08 17:16:36 +06:00
|
|
|
\image html measures2.png
|
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
\b Preview option shows non block solids and faces in the viewer.
|
2012-10-08 17:16:36 +06:00
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
Press \b Apply or <b>Apply and Close</b> 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.
|
2012-10-08 17:16:36 +06:00
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
\image html measures2a.png
|
2012-10-08 17:16:36 +06:00
|
|
|
|
|
|
|
\n <b>TUI Command:</b>
|
2014-05-05 12:16:12 +06:00
|
|
|
<em>geompy.GetNonBlocks(Compound).</em> Returns a tuple of two GEOM_Objects.
|
2012-10-08 17:16:36 +06:00
|
|
|
|
2014-05-07 18:25:27 +06:00
|
|
|
The first object is a group of all non block solids; the second object is a group of all non
|
|
|
|
quadrangular faces.
|
2012-10-08 17:16:36 +06:00
|
|
|
|
|
|
|
See also a \ref tui_get_non_blocks_page "TUI example".
|
|
|
|
|
|
|
|
*/
|