2008-03-07 12:45:34 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page build_by_blocks_page Building by blocks
|
|
|
|
|
|
|
|
A block is a an elementary geometric solid that has specific
|
2014-05-05 12:16:12 +06:00
|
|
|
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.
|
|
|
|
|
|
|
|
The functionalities that allow building blocks are available from the main menu via <b>New
|
|
|
|
Entity / Blocks</b> item.
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
<ul>
|
2012-08-09 13:58:02 +06:00
|
|
|
<li>\subpage create_quadrangle_face_page "Quadrangle face"</li>
|
|
|
|
<li>\subpage create_hexa_solid_page "Hexahedral solid" </li>
|
|
|
|
<li>\subpage create_divideddisk_page "Divided disk" </li>
|
|
|
|
<li>\subpage create_dividedcylinder_page "Divided cylinder" </li>
|
2008-03-07 12:45:34 +05:00
|
|
|
</ul>
|
|
|
|
|
2012-08-09 13:58:02 +06:00
|
|
|
*/
|
2009-02-13 17:16:39 +05:00
|
|
|
|
|
|
|
|
2008-03-07 12:45:34 +05:00
|
|
|
|