Fix documentation errors

This commit is contained in:
vsr 2009-11-30 11:59:13 +00:00
parent 133f57d1c7
commit 6d66c9caa8
2 changed files with 11 additions and 11 deletions

View File

@ -199,8 +199,8 @@ minimum and maximum value of this parameter.
\anchor fixed_points_1d_anchor
<h2>Fixed points 1D hypothesis</h2>
<b>Fixed points 1D</b> hypothesis allows spliting edges through a
set of points parametrized on the edge (from 1 to 0)and a number of segments for each
<b>Fixed points 1D</b> hypothesis allows splitting edges through a
set of points parameterized on the edge (from 1 to 0) and a number of segments for each
interval limited by the points.
\image html hypo_fixedpnt_dlg.png

View File

@ -23,6 +23,8 @@ which will compose the mesh of these 2D faces.
\image html a-maxelarea.png
\n
\image html max_el_area.png "In this example, Max. element area is very small compared to the 1D hypothesis"
<b>See Also</b> a sample TUI Script of a
@ -52,17 +54,15 @@ used as a degenerated edge.
\image html hypo_quad_params_res.png "The resulting mesh"
This hypothesis can be also used to mesh face that represents a
segment of the circular face. There is one limitaion of the <b>Quadrangle
mapping</b> algorithm related to the selecting of the degenerated
vertex for the faces which are built from the angle > 180 degrees (see
next picture).
This hypothesis can be also used to mesh a segment of a circular face.
Please, consider that there is a limitation on the selectiion of the degenerated
vertex for the faces built with the angle > 180 degrees (see the picture).
\image html hypo_quad_params_2.png "A 3/4 part of circle face"
\image html hypo_quad_params_2.png "3/4 of a circular face"
Selection of the wrong vertex for the <b>Quadrangle parameters</b>
hypothesis will lead to the wrong mesh generation. The picture below
shows good (left) and bad (right) results of meshing.
In this case, selection of a wrong vertex for the <b>Quadrangle parameters</b>
hypothesis will generate a wrong mesh. The picture below
shows the good (left) and the bad (right) results of meshing.
\image html hypo_quad_params_res_2.png "The resulting meshes"