Salome HOME
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
[modules/smesh.git] / doc / salome / gui / SMESH / input / prism_3d_algo.doc
1 /*!
2
3 \page prism_3d_algo_page 3D extrusion meshing algorithm
4
5 3D extrusion algorithm can be used for meshing prisms, i.e. <b>3D Shapes</b>
6 defined by two opposing faces having the same number of vertices and
7 edges and meshed using, for example,  the \ref projection_algos_page
8 "2D Projection" algorithm. These two faces should be connected by
9 quadrangle "side" faces.
10
11 The opposing faces can be meshed with either quadrangles or triangles,
12 while the side faces should be meshed with quadrangles only.
13
14 \image html image157.gif "Prism with 3D extrusion meshing".
15
16 As you can see, the <b>3D extrusion</b> algorithm permits to build and to
17 have in the same 3D mesh such elements as hexahedrons, prisms and
18 polyhedrons.
19
20 \note This algorithm works correctly only if the opposing faces have
21 the same (or similar) meshing topography. Otherwise, 3D extrusion
22 algorithm can fail to build mesh volumes.
23
24 */