mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 16:03:07 +05:00
Fix documentation errors
This commit is contained in:
parent
133f57d1c7
commit
6d66c9caa8
@ -199,8 +199,8 @@ minimum and maximum value of this parameter.
|
|||||||
\anchor fixed_points_1d_anchor
|
\anchor fixed_points_1d_anchor
|
||||||
<h2>Fixed points 1D hypothesis</h2>
|
<h2>Fixed points 1D hypothesis</h2>
|
||||||
|
|
||||||
<b>Fixed points 1D</b> hypothesis allows spliting edges through a
|
<b>Fixed points 1D</b> hypothesis allows splitting edges through a
|
||||||
set of points parametrized on the edge (from 1 to 0)and a number of segments for each
|
set of points parameterized on the edge (from 1 to 0) and a number of segments for each
|
||||||
interval limited by the points.
|
interval limited by the points.
|
||||||
|
|
||||||
\image html hypo_fixedpnt_dlg.png
|
\image html hypo_fixedpnt_dlg.png
|
||||||
|
@ -23,6 +23,8 @@ which will compose the mesh of these 2D faces.
|
|||||||
|
|
||||||
\image html a-maxelarea.png
|
\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"
|
\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
|
<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"
|
\image html hypo_quad_params_res.png "The resulting mesh"
|
||||||
|
|
||||||
This hypothesis can be also used to mesh face that represents a
|
This hypothesis can be also used to mesh a segment of a circular face.
|
||||||
segment of the circular face. There is one limitaion of the <b>Quadrangle
|
Please, consider that there is a limitation on the selectiion of the degenerated
|
||||||
mapping</b> algorithm related to the selecting of the degenerated
|
vertex for the faces built with the angle > 180 degrees (see the picture).
|
||||||
vertex for the faces which are built from the angle > 180 degrees (see
|
|
||||||
next 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>
|
In this case, selection of a wrong vertex for the <b>Quadrangle parameters</b>
|
||||||
hypothesis will lead to the wrong mesh generation. The picture below
|
hypothesis will generate a wrong mesh. The picture below
|
||||||
shows good (left) and bad (right) results of meshing.
|
shows the good (left) and the bad (right) results of meshing.
|
||||||
|
|
||||||
\image html hypo_quad_params_res_2.png "The resulting meshes"
|
\image html hypo_quad_params_res_2.png "The resulting meshes"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user