X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fbuilding_by_blocks.doc;h=ccc42e7cfdbf7c9ff4442f4e2713fd92f2b5f5a5;hb=97d9c2c6b1eb1b8c37b74e9409ebdb89c42c8c27;hp=fa2611d7c37e5c1b23a459fa972371ad7b790f6c;hpb=392885c1a8d50369708bbe5e6b44033ed8b8ba51;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/building_by_blocks.doc b/doc/salome/gui/GEOM/input/building_by_blocks.doc index fa2611d7c..ccc42e7cf 100644 --- a/doc/salome/gui/GEOM/input/building_by_blocks.doc +++ b/doc/salome/gui/GEOM/input/building_by_blocks.doc @@ -2,118 +2,25 @@ \page build_by_blocks_page Building by blocks -

Introduction

- -Below are some general notions about blocks: - A block is a an elementary geometric solid that has specific -geometric constraints oriented for meshing. In the hexahedral case, -blocks have 6 faces and each face has 4 edges. - -Tetrahedral Block - is a block with constraints for tetrahedral -meshing. - -Hexahedral Block - is a block with constraints for hexahedral meshing. - -Block Compound - is a compound composed of blocks only. - -These functionalities are available from the main menu via New -Entity / Blocks. - - - -
-\anchor quad_face_anchor -

Quadrangle face

+geometric constraints oriented for meshing. +- Tetrahedral Block - is a block with constraints for tetrahedral +meshing. It has 4 faces and 3 edges on each face. +- Hexahedral Block - is a block with constraints for hexahedral meshing. +It has 6 faces and each 4 edges on each face. +- Block Compound - is a compound composed of blocks only. -\n Description: Builds a face using the below mentioned -arguments. This operation allows to build a face bypassing the -intermediate stage of building edges and wires (in the case of -building by 4 points) or wires (in the case of building by 4 or 2 -edges). +The functionalities that allow building blocks are available from the main menu via New +Entity / Blocks item. -\n The \b Result of the operation will be a \b GEOM_Object (face). - -\n TUI Command: -Arguments: - - -\n Dialog Box: - -\image html block1.png - -\image html block2.png - -\image html block3.png - -\n Example: -\image html image185.jpg "Quadrangle face built by blocks" - - -

-\anchor hexa_solid_anchor -

Hexahedral 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 -faces). - -\n The \b Result of the operation will be a \b GEOM_Object (solid). - -\n TUI Command: - - -\n Arguments: - - -\n Dialog Box: - -\image html block4.png - - - -\image html block5.png - -\n Example: - -\image html image180.jpg -
Hexahedral Solid built on the base of six Faces
- -\image html image181.jpg -
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". -*/