X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fconstructing_meshes.doc;fp=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fconstructing_meshes.doc;h=0671f89093adc823b03f6249561bcbb44413b72b;hb=3cd8d693a93135ca68e9bfe2d1a8838716c19a80;hp=2255641b306762550975bcac2fbd09537dc4653d;hpb=dcf2d0e66cda44950610a969dbaa30ac50885c09;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/constructing_meshes.doc b/doc/salome/gui/SMESH/input/constructing_meshes.doc index 2255641b3..0671f8909 100644 --- a/doc/salome/gui/SMESH/input/constructing_meshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_meshes.doc @@ -314,8 +314,8 @@ or/and hidden by other mesh elements. They can be seen after switching the mesh to Wireframe visualization mode or switching off the visualization of faces and volumes (if any). -Bad Mesh to Group button creates groups of the bad mesh entities, -thus allowing you for more comfortable analysis of these entities. +Bad Mesh to Group button creates groups of bad mesh entities +to facilitate their analysis. \image html show_bad_mesh.png Edges bounding a hole in the surface are shown in magenta using Show @@ -341,8 +341,8 @@ this, there exist two algorithms: Use existing edges and Use For example, you want to use standard algorithms to generate 1D and 3D meshes and to create 2D mesh by your python code. Then you
    -
  1. create a mesh object, assign an 1D algorithm,
  2. -
  3. invoke \b Compute command, which computes an 1D mesh,
  4. +
  5. create a mesh object, assign a 1D algorithm,
  6. +
  7. invoke \b Compute command, which computes a 1D mesh,
  8. assign Use existing faces and a 3D algorithm,
  9. run your python code, which creates a 2D mesh,
  10. invoke \b Compute command, which computes a 3D mesh.