From: eap Date: Sun, 4 May 2008 09:35:47 +0000 (+0000) Subject: add more options to BLSURF X-Git-Tag: V4_1_2~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=10179c85d94ac63a1d2856c987fd158884a85236;p=modules%2Fsmesh.git add more options to BLSURF --- diff --git a/doc/salome/gui/SMESH/images/blsurf_parameters.png b/doc/salome/gui/SMESH/images/blsurf_parameters.png index ad7c82bdb..79a3a7870 100644 Binary files a/doc/salome/gui/SMESH/images/blsurf_parameters.png and b/doc/salome/gui/SMESH/images/blsurf_parameters.png differ diff --git a/doc/salome/gui/SMESH/input/blsurf_hypo.doc b/doc/salome/gui/SMESH/input/blsurf_hypo.doc index ef127c548..350e98f5a 100644 --- a/doc/salome/gui/SMESH/input/blsurf_hypo.doc +++ b/doc/salome/gui/SMESH/input/blsurf_hypo.doc @@ -11,33 +11,34 @@ algorithm. This algorithm is a commercial software.
  • Name - allows to define the name of the hypothesis (BLSURF Parameters by default).
  • -
  • Topology - allows creation of a conform mesh on a shell of -not sewed faces. - -
  • Physical Mesh - if is set to "Custom", allows to set size -of mesh elements to generate. +of mesh elements to generate in User size field.
  • User size - size of mesh elements to generate.
  • +
  • Max Physical Size - is an upper limit of mesh element size.
  • + +
  • Min Physical Size - is a lower limit of mesh element size.
  • +
  • Geometrical mesh - if is set to "Custom", allows to set mesh element deflection from curves and surfaces and element -size change rate.
  • +size change rate in Angle Mesh S, Angle Mesh C and +Gradation fields correspondingly. These fields control +computation of element size, so called geometrical size, conform to +the surface geometry considering local curvatures. \n +The eventual element size at each point will be minimum of User +size, if given, and the geometrical size.
  • Angle Mesh S - maximal allowed angle in degrees at a mesh - node between - -
  • +node between the mesh face and the tangent to the geometrical surface. + +
  • Angle Mesh C - maximal allowed angle in degrees at a mesh +node between the mesh edge and the tangent to the geometrical curve.
  • + +
  • Max Geometrical Size - is an upper limit of geometrical size.
  • + +
  • Min Geometrical Size - is a lower limit of geometrical size.
  • Gradation - maximal allowed ratio between the lengths of two adjacent edges.
  • @@ -48,6 +49,101 @@ two adjacent edges. edges are not respected and all geometrical faces are meshed as one hyper-face. +\image html blsurf_parameters_advanced.png + +
  • Topology - allows creation of a conform mesh on a shell of +not sewed faces. + + +
  • Verbosity level - Defines the percentage of "verbosity" of +BLSURF [0-100].
  • + +
  • Add option - provides a choice of multiple advanced +options, each of which, if selected, appear in a table where you can +enter a value of the option and edit it later.
  • + +
  • Clear option - removes option selected in the table. + + + +Commonly usable options are following. The name diag stands there for +the diagonal of the bounding box of the geometrical object to mesh. + + */ \ No newline at end of file