From: eap Date: Mon, 19 Nov 2012 13:19:45 +0000 (+0000) Subject: 0021985: [CEA 715] "Clear mesh data" on a skin mesh without geometry does not preserv... X-Git-Tag: V6_6_0rc1~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ea0cbb05f142522b66887df3d83707c5d40eb5df;p=modules%2Fsmesh.git 0021985: [CEA 715] "Clear mesh data" on a skin mesh without geometry does not preserve the skin mesh 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 --- diff --git a/doc/salome/gui/SMESH/input/removing_nodes_and_elements.doc b/doc/salome/gui/SMESH/input/removing_nodes_and_elements.doc index 0a48ee65e..873ccd5f5 100644 --- a/doc/salome/gui/SMESH/input/removing_nodes_and_elements.doc +++ b/doc/salome/gui/SMESH/input/removing_nodes_and_elements.doc @@ -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. +
\image html mesh_clear.png -
"Clear Mesh Data" button
+"Clear Mesh Data" button
+ +\note This command works different in following situations:
See Also a sample TUI Script of a