X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_hexaedral_solid.doc;h=eca7447006c530d0e00e787c04e5388390ec18d6;hb=797fbe2d3cd3ca353c36282da0a4c8ea45d97031;hp=fbfa2dc3d58c7a7d363d288edfc140d708beb1d7;hpb=73555c78ebf12a1fdb85157b8e7934ad566ae90a;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc b/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc index fbfa2dc3d..eca744700 100644 --- a/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc +++ b/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc @@ -2,33 +2,30 @@ \page create_hexa_solid_page Hexaedral solid -\n Description: Builds a hexahedral solid. either of the below -mentioned arguments. This operation allows to build a solid bypassing -the intermediate stage of building a shell and 4 faces (in the case of -building by 2 faces) or just a shell (in the case of building by 6 +This operation allows to build a hexahedral solid bypassing +the intermediate stage of building a shell and 4 faces (in case of +building by 2 faces) or just a shell (in case of building by 6 faces). +There are 2 algorithms to create a hexahedral solid in the 3D space. \n The \b Result of the operation will be a \b GEOM_Object (solid). -\n TUI Command: - +Firstly, you can define a Hexahedral Solid by two faces, other four faces are created automatically. -\n Arguments: - - -\n Dialog Box: +TUI Command: geompy.MakeHexa2Faces(F1, F2), +Arguments: Name + 2 Faces. \image html block4.png +\n Example: + +\image html image181.png +
Hexahedral Solid built on the base of two Faces
+Secondly, you can define a Hexahedral Solid by all six faces. + +TUI Command: geompy.MakeHexa(F1, F2, F3, F4, F5, F6), +Arguments: Name + 6 Faces. \image html block5.png @@ -37,13 +34,10 @@ automatically. \image html image180.png
Hexahedral Solid built on the base of six Faces
-\image html image181.png -
Hexahedral Solid built on the base of two Faces
- The created blocks can be processed with \ref blocks_operations_page "Operations on Blocks". Our TUI Scripts provide you with useful examples of \ref tui_building_by_blocks_page "Building by Blocks". -*/ \ No newline at end of file +*/