mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 12:00:34 +05:00
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
This commit is contained in:
parent
8ae4d1e9ae
commit
ea0cbb05f1
@ -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>
|
Object Browser and select Clear Mesh Data in the pop-up menu.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
<center>
|
||||||
\image html mesh_clear.png
|
\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
|
<br><b>See Also</b> a sample TUI Script of a
|
||||||
|
Loading…
Reference in New Issue
Block a user