]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
Restore documentation of methods dynamically added by plug-ins to the Mesh class...
authorvsr <vsr@opencascade.com>
Fri, 5 Apr 2013 11:19:34 +0000 (11:19 +0000)
committervsr <vsr@opencascade.com>
Fri, 5 Apr 2013 11:19:34 +0000 (11:19 +0000)
doc/salome/gui/BLSURFPLUGIN/input/blsurfplugin_python_interface.doc
src/BLSURFPlugin/BLSURFPluginBuilder.py

index 3ee0b8f748659ec60d7fcc17da1f0ad7a2d1ba72..1bcef4b9b15055ae3742b27e9c72e6a944771c16 100644 (file)
@@ -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:
 
index dd149b888db6e6fe9064f21d88ac949bbb131927..60bffad999665dc173c835df52f864905e7e0eaf 100644 (file)
@@ -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):