From: maintenance team Date: Mon, 24 Nov 2008 09:09:41 +0000 (+0000) Subject: Update GUI documentation X-Git-Tag: V4_1_4rc2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc09d6ec021feba1afe2f90b322f715072039b26;p=modules%2Fsmesh.git Update GUI documentation --- diff --git a/doc/salome/gui/SMESH/input/blsurf_hypo.doc b/doc/salome/gui/SMESH/input/blsurf_hypo.doc index 92e1f64f4..b392f3b72 100644 --- a/doc/salome/gui/SMESH/input/blsurf_hypo.doc +++ b/doc/salome/gui/SMESH/input/blsurf_hypo.doc @@ -8,44 +8,44 @@ algorithm. This algorithm is a commercial software. \image html blsurf_parameters.png \n -Commonly usable options are following. The name diag stands there for +The following options are commonly usable. The notion of diag +used in the descriptions means the diagonal of the bounding box of the geometrical object to mesh. Default is 0. -
  • \b hmean_flag (integer) - determines the computation of the mean of several +
  • \b hmean_flag (integer) - determines the computation of the average of several values: Default is 0.
  • \b CheckAdjacentEdges, \b CheckCloseEdges and \b CheckWellDefined -(integers) - give number of calls of equally named subroutines the +(integers) - gives the number of calls of equally named subroutines the purpose of which is to improve the mesh of domains having narrow parts. At each iteration,\b CheckCloseEdges decreases the sizes of the edges when two boundary curves are neighboring,\b CheckAdjacentEdges @@ -131,12 +132,12 @@ the parametric domain is well defined. Default values are 0.
  • \b CoefRectangle (real)- defines the relative thickness of the rectangles used by subroutine \b CheckCloseEdges (see above). Default is 0.25.
  • -
  • \b eps_collapse (real) - if is more than 0.0, BLSURF removes -curves whose lengths are less than \b eps_collapse. Here, to obtain an -approximate value of the length of a curve, the latter is arbitrarily +
  • \b eps_collapse (real) - if more than 0.0, BLSURF removes +curves whose lengths are less than \b eps_collapse. To obtain an +approximate value of the length of a curve, it is arbitrarily split into 20 edges. Default is 0.0.
  • -
  • \b eps_ends (real) - is used to detect curves whose lengths are very +
  • \b eps_ends (real) - is used to detect the curves whose lengths are very small, which sometimes constitutes an error. A message is printed if fabs(P2-P1) < eps_ends, where P1 and P2 are the extremities of a curve. Default is diag/500.0.
  • @@ -196,18 +197,18 @@ String variables: \n Currently BLSURF plugin has the following limitations.