]> SALOME platform Git repositories - plugins/netgenplugin.git/blob - doc/salome/gui/NETGENPLUGIN/input/netgenplugin_python_interface.doc
Salome HOME
Merge from BR_plugins_pbyacs 03/04/2013
[plugins/netgenplugin.git] / doc / salome / gui / NETGENPLUGIN / input / netgenplugin_python_interface.doc
1 /*!
2
3 \page netgenplugin_python_interface_page Python Interface
4
5 Python package NETGENPlugin defines several classes, destined for
6 creation of the 2D and 3D meshes.
7
8 NETGEN meshing plugin dynamically adds several methods to the
9  \ref SMESH_SWIG.smeshBuilder.Mesh "class Mesh" to create meshing algorithms.
10
11 Below you can see an example of usage of the NETGENPlugin package for mesh generation:
12
13 \anchor example_NETGENPlugin
14 <h2>Example of 2d and 3d mesh generation with NETGEN:</h2>
15 \tui_script{netgendemo.py}
16
17 */
18
19