From: vsr Date: Fri, 5 Apr 2013 11:19:34 +0000 (+0000) Subject: Restore documentation of methods dynamically added by plug-ins to the Mesh class... X-Git-Tag: V7_2_0~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=208b05917ce35a69fef0947b2eb335f9fa545c38;p=plugins%2Fblsurfplugin.git Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration --- diff --git a/doc/salome/gui/BLSURFPLUGIN/input/blsurfplugin_python_interface.doc b/doc/salome/gui/BLSURFPLUGIN/input/blsurfplugin_python_interface.doc index 3ee0b8f..1bcef4b 100644 --- a/doc/salome/gui/BLSURFPLUGIN/input/blsurfplugin_python_interface.doc +++ b/doc/salome/gui/BLSURFPLUGIN/input/blsurfplugin_python_interface.doc @@ -4,7 +4,7 @@ Python package BLSURFPlugin defines several classes, destined for creation of the 2D meshes. -BLSURF meshing plugin dynamically adds several methods to the \ref SMESH_SWIG.smeshBuilder.Mesh "class Mesh" to create meshing algorithms. +BLSURF meshing plugin dynamically adds several methods to the smeshBuilder.Mesh to create meshing algorithms. Below you can see an example of usage of the BLSURFPlugin Python API for mesh generation: diff --git a/src/BLSURFPlugin/BLSURFPluginBuilder.py b/src/BLSURFPlugin/BLSURFPluginBuilder.py index dd149b8..60bffad 100644 --- a/src/BLSURFPlugin/BLSURFPluginBuilder.py +++ b/src/BLSURFPlugin/BLSURFPluginBuilder.py @@ -54,7 +54,7 @@ BLSURF = "BLSURF" ## BLSurf 2D algorithm. # -# It can be created by calling smeshBuilder.Mesh.Triangle(smesh.BLSURF,geom=0) +# It can be created by calling smeshBuilder.Mesh.Triangle(smeshBuilder.BLSURF,geom=0) # class BLSURF_Algorithm(Mesh_Algorithm):