mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
REG: SurfOpt plugin : Documentation update + small corrections
This commit is contained in:
parent
1e8362453d
commit
370bb866cf
@ -1,7 +1,10 @@
|
||||
Advanced Remeshing Options
|
||||
==========================
|
||||
|
||||
** be aware that no control of coherency is done when you set these parameters : for instance, geometrical approximation is only allowed when yams compute a mesh for finite elements but the GUI will let you choose geometrical approximation and compute a visualisation mesh. read DISTENE documentation **
|
||||
.. note::
|
||||
Be aware that no control of coherency is done when you set these parameters : for instance, geometrical approximation is only allowed when SurfOpt computes a mesh for finite elements but the GUI will let you choose geometrical approximation and compute a visualisation mesh. See Distene's documentation for more details :
|
||||
:download:`MeshGems-SurfOpt: The automatic surface remeshing tool of the MeshGems Suite <files/mg-surfopt_user_manual.pdf>`.
|
||||
|
||||
|
||||
- **Ridge detection**
|
||||
if not set (ridge detection disabled ), MeshGems-SurfOpt will not try to detect any new ridge edge by its own mechanism :
|
||||
@ -32,7 +35,7 @@ These two parameters allow the user to prescribe a Maximal/Minimal size for the
|
||||
|
||||
- **Mesh gradation**
|
||||
This paramater P controls the element size variation : MeshGems-SurfOpt will avoid having two adjacent egdes which sizes vary more than th given gradation. a size correction is applied to the size map : if two adjacent edges are respectively e1 and e2 long and e2 > Pxe1, then, the new size for the second edge will be set to P x e1.
|
||||
**This procedure is desactived if P=-1***
|
||||
**This procedure is desactived if P=-1**
|
||||
|
||||
|
||||
|
||||
|
@ -10,12 +10,12 @@ This parameter (between 0 and 10) indicates the amount of information that MeshG
|
||||
|
||||
|
||||
- **Memory Size**
|
||||
You usually don't have to set this parameter but you can choose to limit the amount of memory used by MeshGems-SurfOpt. - It requires 370 bytes per node -. Or, if you try to enrich a already big mesh (up to 2 millions nodes), you exceptionally, need to allocate more memory.
|
||||
You usually don't have to set this parameter but you can choose to limit the amount of memory used by MeshGems-SurfOpt -- It requires 370 bytes per node. Or, if you try to enrich a already big mesh (up to 2 millions nodes), you exceptionally, need to allocate more memory.
|
||||
|
||||
|
||||
- **File**
|
||||
|
||||
You can change the file used to store remeshing hypotheses. see paragraph :ref:`hypothesis-label` for further informations.
|
||||
You can change the file used to store remeshing hypotheses, see :ref:`hypothesis-label` for further informations.
|
||||
|
||||
.. image:: images/Generic.png
|
||||
:align: center
|
||||
|
@ -1,7 +1,7 @@
|
||||
Simple Remeshing Options
|
||||
=========================
|
||||
|
||||
simple case
|
||||
Simple case
|
||||
-----------
|
||||
|
||||
All options, but the input mesh, have default values. however, **you have to specify these
|
||||
@ -42,7 +42,7 @@ This is the main remeshing Option. SurfOpt always does quality improvement. It
|
||||
|
||||
It is equivalent to SurfOpt's batch option *- - uniform_flat_subdivision yes*.
|
||||
|
||||
- **Smoothing**
|
||||
- **Sandpapering**
|
||||
|
||||
A surface sandpapering without shrinkage of the given surface triangulation is performed, i.e., the high curvature variations of the given surface will be smoothed out without shrinking the volume in doing so. If ridges are defined, they will be kept as they are in the resulting mesh. It could modify the geometry.
|
||||
It is equivalent to SurfOpt's batch option *- - sand_paper yes*.
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 34 KiB |
Binary file not shown.
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 48 KiB |
Loading…
Reference in New Issue
Block a user