netgenplugin/doc/salome/gui/NETGENPLUGIN/input/netgenplugin_python_interface.doc
vsr 56779ee521 Revert "Synchronize adm files"
This reverts commit bc0818fc4c602b9fc07da44394126e47d3611163.
2014-08-07 14:10:17 +04:00

20 lines
500 B
Plaintext

/*!
\page netgenplugin_python_interface_page Python Interface
Python package NETGENPluginBuilder defines several classes, destined for
creation of the 2D and 3D meshes.
NETGEN meshing plugin dynamically adds several methods to the
smeshBuilder.Mesh to create meshing algorithms.
Below you can see an example of usage of the NETGENPluginBuilder package for mesh generation:
\anchor example_NETGENPlugin
<h2>Example of 2d and 3d mesh generation with NETGEN:</h2>
\tui_script{netgendemo.py}
*/