mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
This commit is contained in:
parent
983428a747
commit
06b29d4531
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user