Salome HOME
Mantis issue 0021703: [CEA 577] Boolean operations on groups.
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_hexaedral_solid.doc
1 /*!
2
3 \page create_hexa_solid_page Hexaedral solid
4
5 \n <b>Description:</b> Builds a hexahedral solid. either of the below
6 mentioned arguments. This operation allows to build a solid bypassing
7 the intermediate stage of building a shell and 4 faces (in the case of
8 building by 2 faces) or just a shell (in the case of building by 6
9 faces).
10
11 \n The \b Result of the operation will be a \b GEOM_Object (solid).
12
13 \n <b>TUI Command:</b>
14 <ul>
15 <li><em>geompy.MakeHexa2Faces(F1, F2),</em> where F1 and F2 are faces
16 from which the hexahedron is constructed, other four faces are created
17 automatically.</li>
18 <li><em>geompy.MakeHexa(F1, F2, F3, F4, F5, F6),</em> where F1 &mdash; F6 are six faces from which the hexahedron is constructed.</li>
19 </ul>
20
21 \n <b>Arguments:</b>
22 <ul>
23 <li>Name + 2 Faces, or</li>
24 <li>Name + 6 Faces.</li>
25 </ul>
26
27 \n <b>Dialog Box:</b>
28
29 \image html block4.png
30
31
32
33 \image html block5.png
34
35 \n <b>Example:</b>
36
37 \image html image180.png
38 <center>Hexahedral Solid built on the base of six Faces</center>
39
40 \image html image181.png
41 <center>Hexahedral Solid built on the base of two Faces</center>
42
43
44 The created blocks can be processed with  \ref blocks_operations_page "Operations on Blocks".
45
46 Our <b>TUI Scripts</b> provide you with useful examples of
47 \ref tui_building_by_blocks_page "Building by Blocks".
48
49 */