Salome HOME
Be able to use library by setting MG_Hybrid_Parameters.SetToUseLibrary(True)
[plugins/hybridplugin.git] / doc / salome / gui / HYBRIDPLUGIN / input / hybridplugin_python_interface.doc
1 /*!
2
3 \page hybridplugin_python_interface_page Python Interface
4
5 Python package HYBRIDPluginBuilder defines several classes, destined for creation of the 3D meshes.
6
7 HYBRID meshing plugin dynamically adds several methods to the smeshBuilder.Mesh class to create meshing algorithms.
8
9 Below you can see an example of usage of the HYBRIDPluginBuilder Python API for mesh generation:
10
11 \anchor tui_hybrid
12
13 -# \ref tui_hybrid_basic
14
15 \section tui_hybrid_basic Construction of Mesh using MG-Hybrid algorithm
16
17 \anchor example_BLSURFPlugin
18 <h2>Example of mesh generation with HYBRID algorithm:</h2>
19 \tui_script{hybriddemo.py}
20
21
22 \ref tui_hybrid "Back to top"
23
24 */