Salome HOME
[bos #29336] problem in inertia calculus
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_hexaedral_solid.doc
1 /*!
2
3 \page create_hexa_solid_page Hexaedral solid
4
5 This operation allows to build a hexahedral solid bypassing
6 the intermediate stage of building a shell and 4 faces (in case of
7 building by 2 faces) or just a shell (in case of building by 6
8 faces).
9
10 There are 2 algorithms to create a hexahedral solid in the 3D space.
11 \n The \b Result of the operation will be a \b GEOM_Object (solid).
12
13 Firstly, you can define a Hexahedral Solid by two faces, other four faces are created automatically.
14
15 <b>TUI Command:</b> <em>geompy.MakeHexa2Faces(F1, F2),</em> 
16 <b>Arguments:</b> Name + 2 Faces.
17
18 \image html block4.png
19
20 \n <b>Example:</b>
21
22 \image html image181.png
23 <center>Hexahedral Solid built on the base of two Faces</center>
24
25 Secondly, you can define a Hexahedral Solid by all six faces.
26
27 <b>TUI Command:</b> <em>geompy.MakeHexa(F1, F2, F3, F4, F5, F6),</em> 
28 <b>Arguments:</b> Name + 6 Faces.
29
30 \image html block5.png
31
32 \n <b>Example:</b>
33
34 \image html image180.png
35 <center>Hexahedral Solid built on the base of six Faces</center>
36
37
38 The created blocks can be processed with  \ref blocks_operations_page "Operations on Blocks".
39
40 Our <b>TUI Scripts</b> provide you with useful examples of
41 \ref tui_building_by_blocks_page "Building by Blocks".
42
43 */