]> SALOME platform Git repositories - plugins/ghs3dplugin.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:23:34 +0000 (11:23 +0000)
committervsr <vsr@opencascade.com>
Fri, 5 Apr 2013 11:23:34 +0000 (11:23 +0000)
doc/salome/gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc
src/GHS3DPlugin/GHS3DPluginBuilder.py

index 73c4639b02204963b94323b1401f43e062e2d2c6..d057cbaf9e7edfed4f921feb90aa42dd25f483d5 100644 (file)
@@ -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:
 
index 563d92ff0fdb34e703ce498c644d9a9eddd3aa71..4e07a2ed49989b3d1447aac50317410ac29b48d7 100644 (file)
@@ -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