From: eap Date: Fri, 9 Sep 2016 09:37:13 +0000 (+0300) Subject: 23347: [CEA 1951] Optimize tiny edges vs Remove tiny edges X-Git-Tag: V8_1_0rc1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2b7074be7b9d50dbbaa4aa6a4e59ad91febef96c;p=plugins%2Fblsurfplugin.git 23347: [CEA 1951] Optimize tiny edges vs Remove tiny edges docs --- diff --git a/doc/salome/gui/BLSURFPLUGIN/input/blsurf_hypo.doc b/doc/salome/gui/BLSURFPLUGIN/input/blsurf_hypo.doc index 55ab057..21b80db 100644 --- a/doc/salome/gui/BLSURFPLUGIN/input/blsurf_hypo.doc +++ b/doc/salome/gui/BLSURFPLUGIN/input/blsurf_hypo.doc @@ -62,11 +62,16 @@ The smaller this distance is, the closer the mesh is to the exact surface (only - Anisotropic - if checked, this parameter defines the maximum anisotropic ratio of the metric governing the anisotropic meshing process. The default value (0) means that the metric (and thus the generated elements) can be arbitrarily stretched. -- Optimize tiny edges - if checked, the tiny (nano) edges are removed from the generated mesh during local mesh optimization. -The tiny edge value defines the minimal length under which an edge is considered to be a tiny one. - -- Remove tiny edges - if checked, the tiny (nano) edges are removed from the generated mesh. -The tiny edge value defines the minimal length under which an edge is considered to be a tiny one. +- Optimize tiny edges - if checked, the tiny (nano) edges are + removed from the generated mesh during local mesh optimization. The + tiny edge will be removed only if the local quality is improved by + the deletion. The tiny edge value defines the minimal length under + which an edge is considered to be a tiny one. + +- Remove tiny edges - if checked, the tiny (nano) edges are + removed from the generated mesh \a without taking into account the + local quality around the edge. The tiny edge value defines the + minimal length under which an edge is considered to be a tiny one. - Remove bad elements - if checked, the bad elements (slivers) are removed from the generated mesh. The bad element value defines the aspect ratio triggering the "bad element” classification.