X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fsmeshpy_interface.doc;h=bbb287f2fb5433a0027ed990dacd3c64757a88e7;hp=92bd2f41da0aaaec4e1355ffcb97bafb05046bee;hb=a8c3e199b7fa1bf4ed5895a312cc5d5f6aee25e6;hpb=a1a6d5ddc111fa237d1164fda37ff823a3fac764 diff --git a/doc/salome/gui/SMESH/input/smeshpy_interface.doc b/doc/salome/gui/SMESH/input/smeshpy_interface.doc index 92bd2f41d..bbb287f2f 100644 --- a/doc/salome/gui/SMESH/input/smeshpy_interface.doc +++ b/doc/salome/gui/SMESH/input/smeshpy_interface.doc @@ -18,7 +18,7 @@ in the \ref smeshBuilder and \ref StdMeshersBuilder Python packages. Class \ref smeshBuilder.smeshBuilder "smeshBuilder" provides an interface to create and handle meshes. It can be used to create an empty mesh or to import mesh from the data file. -As soon as mesh is created, it is possible to manage it via its own +As soon as a mesh is created, it is possible to manage it via its own methods, described in class \ref smeshBuilder.Mesh "Mesh" documentation. Class \ref smeshstudytools.SMeshStudyTools "SMeshStudyTools" provides several methods to manipulate mesh objects in Salome study. @@ -57,7 +57,7 @@ A usual workflow to generate a mesh on geometry is following:
       \ref Mesh.Compute "mesh.Compute"()
     
- + An easiest way to start with Python scripting is to do something in @@ -68,7 +68,8 @@ by calling \a dir() Python built-in function. All methods of the 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. +An example below demonstrates usage of the Python API for 3d mesh +generation and for retrieving information on mesh nodes and elements. \anchor example_3d_mesh

Example of 3d mesh generation: