Salome HOME
Synchronize adm files
[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 NETGENPluginBuilder 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  smeshBuilder.Mesh to create meshing algorithms.
10
11 Below you can see an example of usage of the NETGENPluginBuilder 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