mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-16 02:28:34 +05:00
85b1cfc1f0
--- BEFORE PORTING TO QT 4 ---
39 lines
866 B
Plaintext
39 lines
866 B
Plaintext
/*!
|
|
|
|
\page numbering_page Numbering
|
|
|
|
<br><h2>Displaying nodes numbers</h2>
|
|
|
|
In MESH you can display the ID numbers of all nodes of your mesh in
|
|
the viewer.
|
|
|
|
<em>To display ID numbers of nodes:</em>
|
|
<ol>
|
|
<li>Display your mesh in the viewer</li>
|
|
<li>Right-click on the mesh in the 3D viewer and from the associated
|
|
pop-up menu choose <b>Numbering > Display Nodes #</b>.</li>
|
|
</ol>
|
|
|
|
It will look like as follows:
|
|
|
|
\image html image96.jpg
|
|
|
|
<br><h2>Displaying elements numbers</h2>
|
|
|
|
In MESH you can display the ID numbers of all meshing elements
|
|
composing your mesh in the viewer.
|
|
|
|
<em>To display ID numbers of elements:</em>
|
|
<ol>
|
|
<li>Display your mesh in the viewer</li>
|
|
<li>Right-click on the mesh in the 3D viewer and from the associated
|
|
pop-up menu choose <b>Numbering > Display Elements #</b>.</li>
|
|
</ol>
|
|
|
|
It will look like as follows:
|
|
|
|
\image html image95.jpg
|
|
|
|
*/
|
|
|