X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fsmeshpy_interface.rst;h=a08cb2d0ab0207d03c82a4f8898815bba22873b4;hp=922a1e2b785495704861ac64c72d1c5556b56ee0;hb=98ec6be586ce93a33c242c6ce1f90b609ce31493;hpb=0bbec902ba322fd4b0b79a09c7e338a9666fe4ec diff --git a/doc/salome/gui/SMESH/input/smeshpy_interface.rst b/doc/salome/gui/SMESH/input/smeshpy_interface.rst index 922a1e2b7..a08cb2d0a 100644 --- a/doc/salome/gui/SMESH/input/smeshpy_interface.rst +++ b/doc/salome/gui/SMESH/input/smeshpy_interface.rst @@ -55,7 +55,7 @@ A usual workflow to generate a mesh on geometry is following: netgen.SetMaxSize( 20. ) netgen.SetFineness( smeshBuilder.VeryCoarse ) -#. :ref:`compute_anchor` the mesh (generate mesh nodes and elements): +#. :ref:`Compute the mesh ` (generate mesh nodes and elements): .. code-block:: python mesh.Compute() @@ -66,10 +66,10 @@ GUI and then to get a corresponding Python script via all methods of any object in hand (e.g. a mesh group or a hypothesis) by calling *dir()* Python built-in function. -All methods of the Mesh Group can be found in :ref:`tui_create_standalone_group` sample script. +All methods of the :class:`Mesh Group ` can be found in :ref:`tui_create_standalone_group` sample script. An example below demonstrates usage of the Python API for 3D mesh -generation and for retrieving information on mesh nodes and elements. +generation and for retrieving basic information on mesh nodes, elements and groups. .. _example_3d_mesh: