From 30e82b37d117a97ebb0e0515c10925757da50e67 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 5 Apr 2013 11:23:34 +0000 Subject: [PATCH] Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration --- .../gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc | 2 +- src/GHS3DPlugin/GHS3DPluginBuilder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/salome/gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc b/doc/salome/gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc index 73c4639..d057cba 100644 --- a/doc/salome/gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc +++ b/doc/salome/gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc @@ -4,7 +4,7 @@ Python package GHS3DPlugin defines several classes, destined for creation of the 3D meshes. -GHS3D meshing plugin dynamically adds several methods to the \ref SMESH_SWIG.smeshBuilder.Mesh "class Mesh" class to create meshing algorithms. +GHS3D meshing plugin dynamically adds several methods to the smeshBuilder.Mesh class to create meshing algorithms. Below you can see an example of usage of the GHS3DPlugin Python API for mesh generation: diff --git a/src/GHS3DPlugin/GHS3DPluginBuilder.py b/src/GHS3DPlugin/GHS3DPluginBuilder.py index 563d92f..4e07a2e 100644 --- a/src/GHS3DPlugin/GHS3DPluginBuilder.py +++ b/src/GHS3DPlugin/GHS3DPluginBuilder.py @@ -47,7 +47,7 @@ GHS3D = "GHS3D_3D" ## Tetrahedron GHS3D 3D algorithm # -# It can be created by calling smeshBuilder.Mesh.Tetrahedron( smesh.GHS3D, geom=0 ) +# It can be created by calling smeshBuilder.Mesh.Tetrahedron( smeshBuilder.GHS3D, geom=0 ) class GHS3D_Algorithm(Mesh_Algorithm): ## name of the dynamic method in smeshBuilder.Mesh class -- 2.39.2