PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects

This commit is contained in:
eap 2008-05-26 14:06:14 +00:00
parent 983428a747
commit 06b29d4531

View File

@ -7,6 +7,7 @@
<ul>
<li>\ref removing_nodes_anchor "Nodes"</li>
<li>\ref removing_elements_anchor "Elements"</li>
<li>\ref clear_mesh_anchor "Clear Mesh Data"</li>
</ul>
<br>
@ -69,6 +70,25 @@ mesh (with pressed Shift button) by choosing them in the 3D viewer.
\image html remove_elements2.png
<br>
\anchor clear_mesh_anchor
<h2>Clearing Mesh Data</h2>
<em>To remove all nodes and all types of cells in your mesh at once:</em>
<ol>
<li>Select your mesh in the Object Browser or in the 3D viewer.</li>
<li>From the Modification menu choose Remove and from the associated
submenu select the Clear Mesh Data, or just click <em>"Clear Mesh Data"</em>
button in the toolbar. You can also right-click on the mesh in the
Object Browser and select Clear Mesh Data in the pop-up menu.
</ol>
\image html mesh_clear.png
<center><em>"Clear Mesh Data" button</em></center>
<br><b>See Also</b> a sample TUI Script of a
\ref tui_removing_nodes_and_elements "Removing Nodes and Elements" operation.