Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / doc / salome / gui / GEOM / input / explode_on_blocks_operation.doc
1 /*!
2
3 \page explode_on_blocks_operation_page Explode on Blocks
4
5 \n To produce an <b>Explode on Blocks</b> operation in the <b>Main
6 Menu</b> select <b>Operations - > Blocks - > Explode on Blocks</b>.
7
8 \n This operation returns blocks of the given compound. The user may
9 define the type of blocks to be extracted by setting the minimum and
10 maximum number of faces in the target block. By checking the
11 corresponding box the user may also interactively choose the blocks
12 from a compound.
13
14 \n The \b Result will be a \b GEOM_Object.
15
16 \n <b>TUI Command:</b> <em>geompy.MakeBlockExplode(Compound,
17 MinNbFaces, MaxNbFaces),</em> where \em Compound is a compound to be
18 exploded into the blocks, \em MinNbFaces, \em MaxNbFaces are correspondingly
19 the minimal and  the maximal number of faces of the resulting blocks.
20 \n <b>Arguments:</b> 1 compound + 2 integers (min. and max. number of
21 faces in the block to be extracted).
22
23 \image html mtransf3.png
24
25 \n <b>Example:</b>
26
27 \image html block_explodesn.png
28
29 Our <b>TUI Scripts</b> provide you with useful examples of the use of
30 \ref tui_explode_on_blocks "Blocks Operations".
31
32 */