Salome HOME
0021985: [CEA 715] "Clear mesh data" on a skin mesh without geometry does not preserv...
authoreap <eap@opencascade.com>
Mon, 19 Nov 2012 13:19:45 +0000 (13:19 +0000)
committereap <eap@opencascade.com>
Mon, 19 Nov 2012 13:19:45 +0000 (13:19 +0000)
  New behavior:
  - mesh is built on geometry -> "Clear mesh data" removes all nodes/elements
  - mesh w/o geometry (imported, compound, made from scratch) ->
  "Clear mesh data" removes only nodes/elements computed by algorithms

doc/salome/gui/SMESH/input/removing_nodes_and_elements.doc

index 0a48ee65e9f5b3c6d50504e6d41b3e133e98a4d9..873ccd5f565214338bef3c2b46062c1e752bf329 100644 (file)
@@ -122,8 +122,16 @@ 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.</li>
 </ol>
 
+<center>
 \image html mesh_clear.png
-<center><em>"Clear Mesh Data" button</em></center>
+<em>"Clear Mesh Data" button</em></center>
+
+\note This command works different in following situations: <ul>
+  <li> if a mesh is computed on geometry, then "Clear Mesh Data" removes
+    all elements and nodes.</li>
+  <li> if mesh is not based on geometry (imported, compound, created from
+    scratch etc), then "Clear Mesh Data" removes only elements and
+    nodes computed by algorithms, i.e. it can remove nothing.</li></ul>
 
 
 <br><b>See Also</b> a sample TUI Script of a