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