netgenplugin/doc/salome/gui/NETGENPLUGIN/input/netgenplugin_python_interface.doc

20 lines
500 B
Plaintext
Raw Permalink Normal View History

2012-08-09 11:45:31 +00:00
/*!
\page netgenplugin_python_interface_page Python Interface
2013-04-08 16:39:32 +00:00
Python package NETGENPluginBuilder defines several classes, destined for
2012-10-08 13:15:52 +00:00
creation of the 2D and 3D meshes.
2012-08-09 11:45:31 +00:00
2012-10-08 13:15:52 +00:00
NETGEN meshing plugin dynamically adds several methods to the
smeshBuilder.Mesh to create meshing algorithms.
2012-08-09 11:45:31 +00:00
2013-04-08 16:39:32 +00:00
Below you can see an example of usage of the NETGENPluginBuilder package for mesh generation:
2012-08-09 11:45:31 +00:00
\anchor example_NETGENPlugin
<h2>Example of 2d and 3d mesh generation with NETGEN:</h2>
\tui_script{netgendemo.py}
2012-08-09 11:45:31 +00:00
*/