]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/blob - doc/salome/gui/GHS3DPRLPLUGIN/input/ghs3dprlplugin_python_interface.doc
Salome HOME
COTECH: Update names of DISTENE products
[plugins/ghs3dprlplugin.git] / doc / salome / gui / GHS3DPRLPLUGIN / input / ghs3dprlplugin_python_interface.doc
1 /*!
2
3 \page ghs3dprlplugin_python_interface_page Python Interface
4
5 \note The former name of MG-Tetra Parallel meshing algorithm is \a GHS3DPRL and names
6 of the corresponding classes and modules still include \a "GHS3DPRL".
7
8 Python package GHS3DPRLPluginBuilder defines
9 GHS3DPRLPluginBuilder.GHS3DPRL_Algorithm class providing access
10 to the MG-Tetra Parallel meshing algorithm and its parameters.
11
12 You can get an instance of this class by calling
13 smeshBuilder.Mesh.Tetrahedron(algo=smeshBuilder.MG_Tetra_Parallel) or 
14 smeshBuilder.Mesh.Tetrahedron(algo=smeshBuilder.GHS3DPRL). This call
15 creates an algorithm (if not yet exist), assigns it to the mesh and
16 returns an instance of GHS3DPRLPluginBuilder.GHS3DPRL_Algorithm to the caller.
17
18 The class of algorithm has methods to set up meshing parameters.
19
20 */