mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
0921263864
Fix a leak of PropagationMgrData + Do not use volumes for preview of Extrusion + Fix a regression: empty groups are not removed with contents + avoid too long waiting at creation of hypotheses due to use of GEOMUtils::PreciseBoundingBox() in SMESH_Mesh::GetShapeDiagonalSize()
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
/*!
|
|
|
|
\page editing_meshes_page Editing Meshes
|
|
|
|
\n After you have created a mesh or sub-mesh with definite applied
|
|
meshing algorithms and hypotheses you can edit your mesh by \b assigning other
|
|
algorithms and/or hypotheses or \b unassigning the applied hypotheses and
|
|
algorithms. The editing proceeds in the same way as
|
|
\ref create_mesh_anchor "Mesh Creation".
|
|
|
|
\image html createmesh-inv3.png
|
|
|
|
You can also change values for the current hypothesis by clicking the
|
|
<em>"Edit Hypothesis"</em> button.
|
|
|
|
\image html image122.png
|
|
<center><em>"Edit Hypothesis" button</em></center>
|
|
|
|
Mesh entities generated before using changed hypotheses are automatically removed.
|
|
|
|
See how the mesh constructed on a geometrical object
|
|
changes if we apply different meshing parameters to it.
|
|
|
|
\image html edit_mesh1.png "Example of a mesh with Max. Element area 2D hypothesis roughly corresponding to 1D hypotheses on edges"
|
|
<br>
|
|
|
|
\image html edit_mesh_change_value_hyp.png "And now the Max Element area is greatly reduced"
|
|
|
|
<br><b>See Also</b> a sample TUI Script of an
|
|
\ref tui_editing_mesh "Edit Mesh" operation.
|
|
|
|
*/
|