From 208b05917ce35a69fef0947b2eb335f9fa545c38 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 5 Apr 2013 11:19:34 +0000 Subject: [PATCH] Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration --- .../gui/BLSURFPLUGIN/input/blsurfplugin_python_interface.doc | 2 +- src/BLSURFPlugin/BLSURFPluginBuilder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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): -- 2.39.2