Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/smesh.git] / doc / salome / gui / SMESH / input / segments_around_vertex_algo.rst
1 .. _segments_around_vertex_algo_page:
2
3 **********************
4 Segments around Vertex
5 **********************
6
7 **Segments around Vertex** algorithm is considered to be a 0D meshing
8 algorithm, but, of course, it doesn't mesh vertices. It allows to define
9 the local size of the segments in the neighborhood of a certain
10 vertex. If we assign this algorithm to a geometrical object of higher
11 dimension, it applies to all its vertices.
12
13 .. _note: To create 0D elements, use :ref:`adding_nodes_and_elements_page` operation.
14
15 Length of segments near vertex is defined by **Length Near Vertex** hypothesis.
16 This hypothesis is used by :ref:`Wire Discretization <a1d_algos_anchor>` or
17 :ref:`Composite Side Discretization <a1d_algos_anchor>` algorithms as
18 follows: a geometrical edge is discretized according to a 1D 
19 hypotheses and then nodes near vertices are modified to assure the 
20 segment length required by **Length Near Vertex** hypothesis.
21
22 .. image:: ../images/lengthnearvertex.png
23         :align: center                                                 
24
25 **See also** a sample :ref:`TUI Script <tui_segments_around_vertex>`.