Salome HOME
NPAL18500: structured help for SMESH python interface.
[modules/smesh.git] / doc / salome / gui / SMESH / input / blsurf_hypo.doc
index f84b36dd9efddbc847ff6963d321ecb2d25f1f00..92e1f64f4e0aa14113d534c878e0eb557ace7a55 100644 (file)
@@ -138,8 +138,8 @@ split into 20 edges. Default is 0.0.</li>
 
 <li>\b eps_ends (real) - is used to detect curves whose lengths are very
 small, which sometimes constitutes an error. A message is printed
-if<i> fabs(P2-P1) < eps_ends</i>, where </i>P1 and </i>P2 are the
-extremities of a curve. Default is <i>diag</i>/500.0.
+if<i> fabs(P2-P1) < eps_ends</i>, where <i>P1</i> and <i>P2</i> are the
+extremities of a curve. Default is <i>diag</i>/500.0.</li>
 
 <li>\b prefix (char) - is a prefix of the files generated by
 BLSURF. Default is "x".</li>
@@ -196,16 +196,26 @@ String variables:
 \n
 Currently BLSURF plugin has the following limitations.
 <ul>
-<li>Mesh contains inverted elements, if it is based on shape, consisting of more than one face (box, cone, torus...) and if the option "Allow Quadrangles (Test)" was checked before computation.</li>
-
-<li>SIGFPE exception is raised at trying to compute mesh, based on box, with checked option "Patch independent".</l>
-
-<li>It has been found out that BLSURF algorithm can't be used as a local algorithm (on sub-meshes) and as a provider of low-level mesh for some 3D algorithms because BLSURF mesher (and consequently plugin) does not provide information on node parameters on edges (U) and faces (U,V). For example the following combinations of algorithms are impossible:
-<ul>
-<li> global MEFISTO or Quadrangle(mapping) + local BLSURF;</li>
-<li> BLSUFR + Projection 2D from faces meshed by BLSURF;</li>
-<li> local BLSURF + Extrusion 3D;
-</ul>
+  <li>Mesh contains inverted elements, if it is based on shape,
+      consisting of more than one face (box, cone, torus...) and if
+      the option "Allow Quadrangles (Test)" was checked before
+      computation.</li>
+
+  <li>SIGFPE exception is raised at trying to compute mesh, based on
+      box, with checked option "Patch independent".</li>
+
+  <li>It has been found out that BLSURF algorithm can't be used as a
+      local algorithm (on sub-meshes) and as a provider of low-level
+      mesh for some 3D algorithms because BLSURF mesher (and
+      consequently plugin) does not provide information on node
+      parameters on edges (U) and faces (U,V). For example the
+      following combinations of algorithms are impossible:
+      <ul>
+        <li> global MEFISTO or Quadrangle(mapping) + local BLSURF;</li>
+        <li> BLSUFR + Projection 2D from faces meshed by BLSURF;</li>
+        <li> local BLSURF + Extrusion 3D;</li>
+      </ul>
+      </li>
 </ul>
 
-*/
\ No newline at end of file
+*/