X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fquad_from_ma_algo.rst;h=0cc197930a35ebe98856d2c9e43ee04b26512225;hp=c2a8b8a46f1bf06dd439de6d268f7a0b4b7a99d8;hb=d9f4b53e489dd5857db264ede6acded7b076c9f1;hpb=88141f757b048eaa5aae0be49faaf274448bbcaf diff --git a/doc/salome/gui/SMESH/input/quad_from_ma_algo.rst b/doc/salome/gui/SMESH/input/quad_from_ma_algo.rst index c2a8b8a46..0cc197930 100644 --- a/doc/salome/gui/SMESH/input/quad_from_ma_algo.rst +++ b/doc/salome/gui/SMESH/input/quad_from_ma_algo.rst @@ -10,14 +10,14 @@ difficult to define 1D hypotheses such that to obtain a good shape of resulting quadrangles. The algorithm can be also applied to faces with ring topology, which can be viewed as a closed 'channel'. In the latter case radial discretization of a ring can be specified by -using **Number of Layers** or **Distribution of Layers** +using *Number of Layers* or *Distribution of Layers* hypothesis. .. image:: ../images/quad_from_ma_mesh.png :align: center .. centered:: - "A mesh of a river model to the left and of a ring-face to the right" + A mesh of a river model (to the left) and of a ring-face (to the right) The algorithm provides proper shape of quadrangles by constructing Medial Axis between sinuous borders of the face and using it to @@ -28,7 +28,7 @@ locations where opposite sides of a 'channel' are far from being parallel.) :align: center .. centered:: - "Medial Axis between two blue sinuous borders" + Medial Axis between two blue sinuous borders The Medial Axis is used in two ways: @@ -39,5 +39,8 @@ The Medial Axis is used in two ways: :align: center .. centered:: - "Mesh depends on defined sub-meshes: to the left - sub-meshes on both wires, to the right - a sub-mesh on internal wire only" + Mesh depends on defined sub-meshes: to the left - sub-meshes on both wires, to the right - a sub-mesh on internal wire only + + +**See Also** a sample TUI Script of a :ref:`tui_quad_ma_proj_algo`.