]> SALOME platform Git repositories - plugins/hybridplugin.git/blob - doc/salome/gui/HYBRIDPLUGIN/input/hybridplugin_python_interface.doc
Salome HOME
20140612_1537 clone to HYBRIDPLUGIN Modify files contents [('GHS3DPLUGIN', 'HYBRIDPLU...
[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 -# \ref tui_hybrid_enforced_vertices
15 -# \ref tui_hybrid_enforced_meshes
16
17 \section tui_hybrid_basic Construction of Mesh using Ghs3D algorithm
18
19 \anchor example_BLSURFPlugin
20 <h2>Example of mesh generation with HYBRID algorithm:</h2>
21 \tui_script{hybriddemo.py}
22
23
24 \image html hybrid_screenshot.png Hybrid mesh without hypothesis
25
26 \ref tui_hybrid "Back to top"
27
28 \section tui_hybrid_enforced_vertices Adding enforced vertices
29
30 <h2>Example of enforced vertices with HYBRID algorithm:</h2>
31 \tui_script{hybrid_enfvert.py}
32
33
34 \image html hybrid_screenshot_enf1.png Hybrid mesh with enforced vertex
35 \image html hybrid_screenshot_enf2.png Hybrid mesh with enforced vertex from GEOM vertex
36
37 \ref tui_hybrid "Back to top"
38
39 \section tui_hybrid_enforced_meshes Adding enforced mesh
40
41 <h2>Example of enforced meshes with HYBRID algorithm:</h2>
42 \tui_script{hybrid_enfmesh.py}
43
44 \image html hybrid_screenshot_enf3.png
45 \image html hybrid_screenshot_enf4.png
46 \image html hybrid_screenshot_enf5.png
47 \image html hybrid_screenshot_enf6.png
48
49 \ref tui_hybrid "Back to top"
50
51 */